vscode settings
This commit is contained in:
parent
d40589f082
commit
adefa4f86b
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": [
|
"rust-analyzer.linkedProjects": [
|
||||||
".\\examples\\Cargo.toml"
|
".\\examples\\Cargo.toml"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user