settings - let folders in node_modules still be editable (#195714)

This commit is contained in:
Benjamin Pasero 2023-10-16 20:18:33 +02:00 committed by GitHub
parent 6f66d058b0
commit f430137625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
"src/vs/editor/test/node/diffing/fixtures/**": true,
},
"files.readonlyInclude": {
"**/node_modules/**": true,
"**/node_modules/**/*.*": true,
"**/yarn.lock": true,
"**/Cargo.lock": true,
"src/vs/workbench/workbench.web.main.css": true,