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

9 lines
295 B
JSON

{
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.checkOnSave.allTargets": false,
"workbench.colorCustomizations": {
"activityBar.background": "#43261A",
"titleBar.activeBackground": "#5E3524",
"titleBar.activeForeground": "#FCF9F8"
}
}