12 lines
No EOL
353 B
JSON
12 lines
No EOL
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,
|
|
} |