Skip to content

Commit 9ab5f1e

Browse files
authored
Scope down files watched in workspace (#5867)
1 parent a4e374f commit 9ab5f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lsptoolshost/roslynLanguageServer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ export class RoslynLanguageServer {
143143
// Register the server for plain csharp documents
144144
documentSelector: documentSelector,
145145
synchronize: {
146-
// Notify the server about file changes to '.clientrc files contain in the workspace
147-
fileEvents: vscode.workspace.createFileSystemWatcher('**/*.*'),
146+
// Notify the server about file changes to all supported files contained in the workspace
147+
fileEvents: [],
148148
},
149149
traceOutputChannel: _traceChannel,
150150
outputChannel: _channel,

0 commit comments

Comments
 (0)