configuration of devcontainer is changed

This commit is contained in:
병준 박 2022-08-05 16:42:38 +09:00
parent aff7a3209a
commit 1b046fe6e8

View File

@ -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",