Skip to content

Commit 3ef70e3

Browse files
author
Kartik Raj
committed
Update ignore list
1 parent 375df6b commit 3ef70e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/client/common/platform/fileSystemWatcher.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ function watchLocationUsingChokidar(
7474
'**/.hg/store/**',
7575
'/dev/**',
7676
'/proc/**',
77-
'/sys/**'
77+
'/sys/**',
78+
'**/lib/**',
79+
'**/includes/**'
7880
], // https://github.com/microsoft/vscode/issues/23954
7981
followSymlinks: false
8082
};

0 commit comments

Comments
 (0)