chore: vscode: make sysroot readonly

This commit is contained in:
Paul Pan 2024-04-22 01:01:36 +08:00
parent 25982b5a33
commit 59514440e0

View File

@ -12,4 +12,9 @@
"./kernel/Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false,
"files.readonlyInclude": {
"**/.rustup/**": true,
"**/.cargo/registry/**": true,
"**/.cargo/git/**": true,
}
}