misc: stop hiding node_modules in vscode (#56081)

I find myself digging a lot through node_modules so I'd rather have it displayed in VSCode.
This commit is contained in:
Jimmy Lai 2023-09-28 02:35:53 +02:00 committed by GitHub
parent 4444631526
commit 341b67859d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,6 @@
// Debugging.
"debug.javascript.unmapMissingSources": true,
"files.exclude": {
"**/node_modules": false,
"node_modules": true,
"*[!test]**/node_modules": true
},
// Ensure enough terminal history is preserved when running tests.