Merge pull request #188063 from microsoft/tyriar/readonly_cargo

Make Cargo.lock a readonly file in vscode
This commit is contained in:
Daniel Imms 2023-07-17 09:24:10 -07:00 committed by GitHub
commit c59a7a21f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@
"files.readonlyInclude": {
"**/node_modules/**": true,
"**/yarn.lock": true,
"**/Cargo.lock": true,
"src/vs/workbench/workbench.web.main.css": true,
"src/vs/workbench/workbench.desktop.main.css": true,
"src/vs/workbench/workbench.desktop.main.nls.js": true,