add cargo's git checkouts to the list of paths to mark as read-only in vscode
This commit is contained in:
parent
1951cf5aaa
commit
bad69a3d04
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Add the following to settings.json to mark Rust library sources as read-only:
|
|||
```json
|
||||
"files.readonlyInclude": {
|
||||
"**/.cargo/registry/src/**/*.rs": true,
|
||||
"**/.cargo/git/checkouts/**/*.rs": true,
|
||||
"**/lib/rustlib/src/rust/library/**/*.rs": true,
|
||||
},
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue