From 564505447e19354e596f303ab562fedca576589d Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 3 Sep 2023 00:13:21 -0600 Subject: who knows lmao --- vscode/settings.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'vscode/settings.json') diff --git a/vscode/settings.json b/vscode/settings.json index 78fc3e4..d56cfdb 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -11,9 +11,13 @@ }, "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", @@ -40,6 +44,7 @@ "vim.hlsearch": true, "workbench.startupEditor": "none", "workbench.sideBar.location": "right", + "window.restoreWindows": "none", "vim.normalModeKeyBindingsNonRecursive": [ { "before": ["", "h"], @@ -65,5 +70,8 @@ "workbench.action.navigateRight" ] } - ] + ], + "debug.onTaskErrors": "showErrors", + "explorer.confirmDelete": false, + "window.zoomLevel": 1 } \ No newline at end of file -- cgit v1.2.3