summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorJacob Rosenthal <jacobrosenthal@gmail.com>2020-09-17 13:45:23 -0700
committerJacob Rosenthal <jacobrosenthal@gmail.com>2020-09-17 14:33:43 -0700
commitccfea5faee98ad5ec80ffa59be4777dd591eeec1 (patch)
treedc98538d1ce9e0c503dab1b48a2401f111472dd1 /.vscode
parent0c36d0c090799fd43bbdf25ff2e725cc9eaf2854 (diff)
downloadnrf-softdevice-ccfea5faee98ad5ec80ffa59be4777dd591eeec1.zip
vscode: too many files to watch by default, remove some
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ca67c18..14e6697 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -5,5 +5,10 @@
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
- "rust-analyzer.procMacro.enable": true
-}
+ "rust-analyzer.procMacro.enable": true,
+ "files.watcherExclude": {
+ "**/.git/objects/**": true,
+ "**/.git/subtree-cache/**": true,
+ "**/target/**": true,
+ }
+} \ No newline at end of file