Midea/.vscode/settings.json
2023-09-26 08:30:16 +02:00

11 lines
313 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.background": "#1C3310",
"titleBar.activeBackground": "#274816",
"titleBar.activeForeground": "#F6FBF4"
},
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
}