mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
vscode settings
This commit is contained in:
parent
adefa4f86b
commit
7b83d53bbf
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,15 +1,12 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"[toml]": {
|
||||
"editor.formatOnSave": false
|
||||
"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 New Issue
Block a user