cleanup vscode settings.
This commit is contained in:
parent
253b28deba
commit
f7f75167ac
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
@ -6,16 +6,21 @@
|
|||||||
"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": "thumbv7m-none-eabi",
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
||||||
|
// uncomment the target of your chip.
|
||||||
|
//"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
|
||||||
|
//"rust-analyzer.cargo.target": "thumbv7m-none-eabi",
|
||||||
|
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
|
||||||
//"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
|
//"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
|
||||||
"rust-analyzer.cargo.features": [
|
"rust-analyzer.cargo.features": [
|
||||||
///"nightly",
|
// Uncomment if the example has a "nightly" feature.
|
||||||
|
"nightly",
|
||||||
],
|
],
|
||||||
"rust-analyzer.linkedProjects": [
|
"rust-analyzer.linkedProjects": [
|
||||||
// Declare for the target you wish to develop
|
// Uncomment ONE line for the chip you want to work on.
|
||||||
// "embassy-executor/Cargo.toml",
|
// This makes rust-analyzer work on the example crate and all its dependencies.
|
||||||
// "embassy-sync/Cargo.toml",
|
"examples/nrf52840/Cargo.toml",
|
||||||
"examples/stm32wl/Cargo.toml",
|
// "examples/nrf52840-rtic/Cargo.toml",
|
||||||
// "examples/nrf5340/Cargo.toml",
|
// "examples/nrf5340/Cargo.toml",
|
||||||
// "examples/nrf-rtos-trace/Cargo.toml",
|
// "examples/nrf-rtos-trace/Cargo.toml",
|
||||||
// "examples/rp/Cargo.toml",
|
// "examples/rp/Cargo.toml",
|
||||||
@ -41,5 +46,4 @@
|
|||||||
// "examples/stm32wl/Cargo.toml",
|
// "examples/stm32wl/Cargo.toml",
|
||||||
// "examples/wasm/Cargo.toml",
|
// "examples/wasm/Cargo.toml",
|
||||||
],
|
],
|
||||||
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user