Skip to content

Commit

Permalink
Merge pull request microsoft#188063 from microsoft/tyriar/readonly_cargo
Browse files Browse the repository at this point in the history
Make Cargo.lock a readonly file in vscode
  • Loading branch information
Tyriar authored Jul 17, 2023
2 parents e529771 + e5cdd7d commit c59a7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c59a7a2

Please sign in to comment.