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" }