12 lines
No EOL
359 B
JSON
12 lines
No EOL
359 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#2C300F",
|
|
"titleBar.activeBackground": "#3D4314",
|
|
"titleBar.activeForeground": "#FAFBF3"
|
|
},
|
|
"rust-analyzer.check.allTargets": false,
|
|
"rust-analyzer.linkedProjects": [
|
|
"./Cargo.toml"
|
|
],
|
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
} |