vscode extensions and settings
This commit is contained in:
parent
8ee56a1780
commit
ead1fd02cd
1 changed files with 7 additions and 0 deletions
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"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