Skip to content

Commit

Permalink
Do not exclude node_modules from workspace file watching
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder committed Sep 24, 2024
1 parent d5cf24a commit 0751e0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/filesystem/src/browser/filesystem-preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ export const filesystemPreferenceSchema: PreferenceSchema = {
},
default: {
'**/.git/objects/**': true,
'**/.git/subtree-cache/**': true,
'**/node_modules/**': true
'**/.git/subtree-cache/**': true
},
scope: 'resource'
},
Expand Down

0 comments on commit 0751e0c

Please sign in to comment.