Midea/.vscode/settings.json

11 lines
313 B
JSON
Raw Permalink Normal View History

2023-09-22 08:07:45 +00:00
{
"workbench.colorCustomizations": {
"activityBar.background": "#1C3310",
"titleBar.activeBackground": "#274816",
"titleBar.activeForeground": "#F6FBF4"
2023-09-26 06:30:16 +00:00
},
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
],
"rust-analyzer.showUnlinkedFileNotification": false
2023-09-22 08:07:45 +00:00
}