.vscode: add target

This commit is contained in:
xoviat 2021-03-20 23:49:49 -05:00
parent a66ee4a824
commit d1ac703830

View File

@ -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,