Skip to content

Commit

Permalink
fix(vscode): correct trace server id
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 26, 2023
1 parent 1c62384 commit 2cb009d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/vscode/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ async function doActivate(context: vscode.ExtensionContext, createLc: CreateLang
const outputChannel = vscode.window.createOutputChannel('Vue Language Server');

client = createLc(
'vue-server',
'Vue Server',
'vue',
'Vue',
getDocumentSelector(),
await getInitializationOptions(context),
6009,
Expand Down

0 comments on commit 2cb009d

Please sign in to comment.