From b14c9c4695712fe3c39ec1f2bd414e6138dbf33d Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Sat, 9 Nov 2024 21:13:11 +0000 Subject: [PATCH] Remove Zig --- roles/home-gui/files/vscode-settings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/home-gui/files/vscode-settings.json b/roles/home-gui/files/vscode-settings.json index 1d9b636..8f4685f 100644 --- a/roles/home-gui/files/vscode-settings.json +++ b/roles/home-gui/files/vscode-settings.json @@ -52,8 +52,5 @@ "workbench.localHistory.enabled": false, "workbench.localHistory.maxFileEntries": 0, "workbench.settings.enableNaturalLanguageSearch": false, - "workbench.startupEditor": "newUntitledFile", - "zig.initialSetupDone": true, - "zig.path": "zig", - "zig.zls.path": "zls" + "workbench.startupEditor": "newUntitledFile" }