ProjektMaus/.vscode/settings.json

12 lines
353 B
JSON
Raw Normal View History

2023-03-19 15:19:56 +00:00
{
"workbench.colorCustomizations": {
"activityBar.background": "#2B1C76",
"titleBar.activeBackground": "#3D28A6",
"titleBar.activeForeground": "#FCFCFE"
},
"rust-analyzer.check.allTargets": false,
2023-03-25 13:29:35 +00:00
"rust-analyzer.cargo.features": [
"serial"
],
2023-04-12 11:28:49 +00:00
"rust-analyzer.showUnlinkedFileNotification": false,
2023-03-19 15:19:56 +00:00
}