Skip to content

Commit

Permalink
refine some word
Browse files Browse the repository at this point in the history
  • Loading branch information
RodgeFu committed Dec 21, 2024
1 parent e06b331 commit b7fdac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typespec-vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export async function activate(context: ExtensionContext) {
}),
);

// Only try to start language server when some workspace has opened
// Only try to start language server when some workspace has been opened
// because the LanguageClient class will popup error notification in vscode directly if failing to start
// which will be confusing to user if no workspace is opened (i.e. in Create TypeSpec project scenario)
if ((vscode.workspace.workspaceFolders?.length ?? 0) > 0) {
Expand Down

0 comments on commit b7fdac7

Please sign in to comment.