.vscode: add target
This commit is contained in:
parent
a66ee4a824
commit
d1ac703830
1 changed files with 1 additions and 0 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"rust-analyzer.assist.importMergeBehavior": "last",
|
||||
"editor.formatOnSave": true,
|
||||
"rust.target": "thumbv7em-none-eabihf",
|
||||
"rust-analyzer.cargo.allFeatures": false,
|
||||
"rust-analyzer.checkOnSave.allFeatures": false,
|
||||
"rust-analyzer.checkOnSave.allTargets": false,
|
||||
|
|
Loading…
Reference in a new issue