configuration of devcontainer is changed

This commit is contained in:
병준 박 2022-08-05 07:31:34 +00:00
parent dafa913f51
commit ade8676551

View File

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