mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 16:23:10 +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,
|
"editor.formatOnSave": true,
|
||||||
"[toml]": {
|
"[toml]": {
|
||||||
"editor.formatOnSave": false
|
"editor.formatOnSave": false
|
||||||
},
|
},
|
||||||
"rust-analyzer.check.allTargets": false,
|
"rust-analyzer.check.allTargets": false,
|
||||||
"rust-analyzer.check.noDefaultFeatures": true,
|
"rust-analyzer.check.noDefaultFeatures": true,
|
||||||
"rust-analyzer.cargo.noDefaultFeatures": true,
|
"rust-analyzer.cargo.noDefaultFeatures": true,
|
||||||
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
|
"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