Spaces:
Sleeping
Sleeping
Create settings.json
Browse files- settings.json +13 -0
settings.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"workbench.colorTheme": "Default Dark Modern",
|
| 3 |
+
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', 'Consolas', monospace",
|
| 4 |
+
"editor.fontLigatures": true,
|
| 5 |
+
"editor.formatOnSave": true,
|
| 6 |
+
"editor.semanticHighlighting.enabled": true,
|
| 7 |
+
"rust-analyzer.check.command": "clippy",
|
| 8 |
+
"rust-analyzer.inlayHints.typeHints.enable": true,
|
| 9 |
+
"rust-analyzer.inlayHints.parameterHints.enable": true,
|
| 10 |
+
"terminal.integrated.defaultProfile.linux": "bash",
|
| 11 |
+
"window.menuBarVisibility": "compact",
|
| 12 |
+
"workbench.iconTheme": "vs-seti"
|
| 13 |
+
}
|