vscode settings
This commit is contained in:
parent
d40589f082
commit
adefa4f86b
1 changed files with 11 additions and 0 deletions
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
@ -1,4 +1,15 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"[toml]": {
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
"rust-analyzer.check.allTargets": false,
|
||||
"rust-analyzer.check.noDefaultFeatures": true,
|
||||
"rust-analyzer.cargo.noDefaultFeatures": true,
|
||||
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
|
||||
"rust-analyzer.cargo.features": [
|
||||
"nightly",
|
||||
],
|
||||
"rust-analyzer.linkedProjects": [
|
||||
".\\examples\\Cargo.toml"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue