aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-06-02 01:30:07 +0200
committerDario Nieuwenhuis <[email protected]>2021-06-02 01:32:19 +0200
commitdff03ecfc74d6af716637888338ebfa99ab7a027 (patch)
treec06bf2b0a2e6657c3427c956dbd27a4e45211aaa /.vscode/settings.json
parenta0c5f7137fe0c45b8db0aad2a116aea91e6a93f7 (diff)
Move examples to a subdirectory
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ca242662b..4c6c3bece 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,8 +3,8 @@
3 "editor.formatOnSave": true, 3 "editor.formatOnSave": true,
4 "rust-analyzer.checkOnSave.allFeatures": false, 4 "rust-analyzer.checkOnSave.allFeatures": false,
5 "rust-analyzer.checkOnSave.allTargets": false, 5 "rust-analyzer.checkOnSave.allTargets": false,
6 "rust-analyzer.cargo.target": "thumbv7em-none-eabi", 6 //"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
7 "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", 7 //"rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi",
8 "rust-analyzer.procMacro.enable": true, 8 "rust-analyzer.procMacro.enable": true,
9 "rust-analyzer.cargo.loadOutDirsFromCheck": true, 9 "rust-analyzer.cargo.loadOutDirsFromCheck": true,
10 "files.watcherExclude": { 10 "files.watcherExclude": {