summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
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