We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51389bd + a9dcc01 commit 40e4f91Copy full SHA for 40e4f91
editors/code/walkthrough-setup-tips.md
@@ -5,6 +5,7 @@ Add the following to settings.json to mark Rust library sources as read-only:
5
```json
6
"files.readonlyInclude": {
7
"**/.cargo/registry/src/**/*.rs": true,
8
+ "**/.cargo/git/checkouts/**/*.rs": true,
9
"**/lib/rustlib/src/rust/library/**/*.rs": true,
10
},
11
```
0 commit comments