11 lines
No EOL
313 B
JSON
11 lines
No EOL
313 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#1C3310",
|
|
"titleBar.activeBackground": "#274816",
|
|
"titleBar.activeForeground": "#F6FBF4"
|
|
},
|
|
"rust-analyzer.linkedProjects": [
|
|
"./Cargo.toml"
|
|
],
|
|
"rust-analyzer.showUnlinkedFileNotification": false
|
|
} |