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 a4e374f commit 9ab5f1eCopy full SHA for 9ab5f1e
src/lsptoolshost/roslynLanguageServer.ts
@@ -143,8 +143,8 @@ 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('**/*.*'),
+ // Notify the server about file changes to all supported files contained in the workspace
+ fileEvents: [],
148
},
149
traceOutputChannel: _traceChannel,
150
outputChannel: _channel,
0 commit comments