Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 277 Bytes

walkthrough-setup-tips.md

File metadata and controls

11 lines (9 loc) · 277 Bytes

Settings Example

Add the following to settings.json to mark Rust library sources as read-only:

"files.readonlyInclude": {
  "**/.cargo/registry/src/**/*.rs": true,
  "**/.cargo/git/checkouts/**/*.rs": true,
  "**/lib/rustlib/src/rust/library/**/*.rs": true,
},