Files
pico-radio/.vscode/settings.json

6 lines
187 B
JSON
Raw Normal View History

2026-02-09 16:24:18 -05:00
{
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.check.allTargets": false,
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
}