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 a190707 commit 8f8ed52Copy full SHA for 8f8ed52
Extension/src/LanguageServer/client.ts
@@ -450,7 +450,7 @@ class DefaultClient implements Client {
450
if (this.rootFolder) {
451
// WARNING: The default limit on Linux is 8k, so for big directories, this can cause file watching to fail.
452
this.rootPathFileWatcher = vscode.workspace.createFileSystemWatcher(
453
- path.join(this.RootPath, "*"),
+ "**/*",
454
false /*ignoreCreateEvents*/,
455
true /*ignoreChangeEvents*/,
456
false /*ignoreDeleteEvents*/);
0 commit comments