diff --git a/lsp-sample/client/src/extension.ts b/lsp-sample/client/src/extension.ts index ffaffdf4..377fd02e 100644 --- a/lsp-sample/client/src/extension.ts +++ b/lsp-sample/client/src/extension.ts @@ -33,7 +33,7 @@ export function activate(context: ExtensionContext) { // Register the server for plain text documents documentSelector: [{scheme: 'file', language: 'plaintext'}], synchronize: { - // Notify the server about file changes to '.clientrc files contain in the workspace + // Notify the server about file changes to '.clientrc files contained in the workspace fileEvents: workspace.createFileSystemWatcher('**/.clientrc'), } }