configuration of devcontainer is changed
This commit is contained in:
parent
dafa913f51
commit
ade8676551
|
@ -28,6 +28,8 @@
|
||||||
},
|
},
|
||||||
// VS Code don't watch files under ./target
|
// VS Code don't watch files under ./target
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
|
"**/.git/objects/**": true,
|
||||||
|
"**/.git/subtree-cache/**": true,
|
||||||
"**/target/**": true
|
"**/target/**": true
|
||||||
},
|
},
|
||||||
"rust-analyzer.checkOnSave.command": "clippy",
|
"rust-analyzer.checkOnSave.command": "clippy",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user