summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-05-11 23:10:39 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-05-11 23:10:39 +0200
commitc8b2ff9644356debe6fddc135f260884e8caf16e (patch)
treea6511d67ed60785c7b0e5ec07c966841f8dfd4ad /.vscode
parente5dc3e803ff34bac647a3b729a82443737c4f60b (diff)
downloadnrf-softdevice-c8b2ff9644356debe6fddc135f260884e8caf16e.zip
Update deps.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 953054c..56c37a2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -4,13 +4,16 @@
"rust-analyzer.checkOnSave.allFeatures": false,
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
"rust-analyzer.checkOnSave.allTargets": false,
- "rust-analyzer.cargo.loadOutDirsFromCheck": true,
+ "rust-analyzer.cargo.runBuildScripts": true,
+ "rust-analyzer.experimental.procAttrMacros": false,
"rust-analyzer.procMacro.enable": true,
- "rust-analyzer.assist.importMergeBehavior": "last",
+ "rust-analyzer.assist.importGranularity": "module",
+ "rust-analyzer.linkedProjects": [
+ "examples/Cargo.toml"
+ ],
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/target/**": true,
},
- "cmake.configureOnOpen": false
} \ No newline at end of file