mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-04-01 09:00:18 +02:00
8 lines
184 B
JSON
8 lines
184 B
JSON
{
|
|
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
|
|
"rust-analyzer.check.allTargets": false,
|
|
"editor.formatOnSave": true,
|
|
"files.exclude": {
|
|
".pico-rs": true
|
|
}
|
|
} |