ProjektMaus/.vscode/settings.json

12 lines
353 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.background": "#2B1C76",
"titleBar.activeBackground": "#3D28A6",
"titleBar.activeForeground": "#FCFCFE"
},
"rust-analyzer.check.allTargets": false,
"rust-analyzer.cargo.features": [
"serial"
],
"rust-analyzer.showUnlinkedFileNotification": false,
}