We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51389bd commit a9dcc01Copy full SHA for a9dcc01
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