We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4335f commit d3c0634Copy full SHA for d3c0634
src/lsptoolshost/roslynLanguageServer.ts
@@ -143,7 +143,6 @@ export class RoslynLanguageServer {
143
// Register the server for plain csharp documents
144
documentSelector: documentSelector,
145
synchronize: {
146
- // Notify the server about file changes to '.clientrc files contain in the workspace
147
fileEvents: vscode.workspace.createFileSystemWatcher('**/*.*'),
148
},
149
traceOutputChannel: _traceChannel,
0 commit comments