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