summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-11 02:45:54 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-11 02:45:54 +0200
commit8d57c0306b0a301684851cbc802f0528c243fe80 (patch)
tree90791480b4a1ad2bf6be1d9f7dc98e0ad4542c44 /.vscode
parenta9ffb6eb67d2ebe4425db6a3f5be5648379ba7e4 (diff)
downloadnrf-softdevice-8d57c0306b0a301684851cbc802f0528c243fe80.zip
Add features to support all nrf chips and softdevices.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index c0d9016..ca67c18 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,7 @@
{
"editor.formatOnSave": true,
+ "rust-analyzer.cargo.allFeatures": false,
+ "rust-analyzer.checkOnSave.allFeatures": false,
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.cargo.loadOutDirsFromCheck": true,