Arduino-Pedal-Effects/rust/pico/.vscode/settings.json

9 lines
295 B
JSON
Raw Normal View History

2022-07-28 11:43:49 +00:00
{
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
2022-07-29 09:46:34 +00:00
"rust-analyzer.checkOnSave.allTargets": false,
2022-07-28 11:43:49 +00:00
"workbench.colorCustomizations": {
"activityBar.background": "#43261A",
"titleBar.activeBackground": "#5E3524",
"titleBar.activeForeground": "#FCF9F8"
}
}