embassy_pico_mouse/.vscode/settings.json

12 lines
359 B
JSON
Raw Normal View History

2023-04-12 09:40:56 +00:00
{
"workbench.colorCustomizations": {
"activityBar.background": "#2C300F",
"titleBar.activeBackground": "#3D4314",
"titleBar.activeForeground": "#FAFBF3"
},
"rust-analyzer.check.allTargets": false,
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
],
2023-04-14 08:13:32 +00:00
"rust-analyzer.showUnlinkedFileNotification": false,
2023-04-12 09:40:56 +00:00
}