diff options
Diffstat (limited to 'vscode')
-rw-r--r-- | vscode/settings.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/vscode/settings.json b/vscode/settings.json index 262a3a3..51e87f7 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -7,13 +7,17 @@ "workbench.colorCustomizations": { "statusBarItem.remoteBackground": "#79740e", - "statusBar.debuggingBackground": "#d65d0e", + "statusBar.debuggingBackground": "#d65d0e" }, "editor.fontFamily": "'JetBrains Mono'", "java.configuration.runtimes": [ + // { + // "name": "JavaSE-1.8", + // "path": "/usr/local/java/jdk-8", + // }, { - "name": "JavaSE-1.8", - "path": "/usr/local/java/jdk-8", + "name": "JavaSE-17", + "path": "/usr/lib/jvm/openjdk-bin-17", "default": true } ], @@ -25,7 +29,7 @@ "extensions.autoCheckUpdates": false, "extensions.autoUpdate": "onlyEnabledExtensions", "typescript.disableAutomaticTypeAcquisition": true, - "workbench.colorTheme": "Gruvbox Dark Medium", + "workbench.colorTheme": "Gruvbox Dark Hard", "editor.cursorBlinking": "solid", "editor.tabSize": 2, "keyboard.dispatch": "keyCode", @@ -69,5 +73,6 @@ ], "debug.onTaskErrors": "showErrors", "explorer.confirmDelete": false, + "window.zoomLevel": 1, "errorLens.messageMaxChars": 200 }
\ No newline at end of file |