diff --git a/systems/common/vscode.nix b/systems/common/vscode.nix index a366cf8..688582a 100644 --- a/systems/common/vscode.nix +++ b/systems/common/vscode.nix @@ -31,6 +31,7 @@ davidanson.vscode-markdownlint tamasfe.even-better-toml asciidoctor.asciidoctor-vscode + ziglang.vscode-zig streetsidesoftware.code-spell-checker streetsidesoftware.code-spell-checker-german @@ -87,6 +88,9 @@ "terminal.integrated.defaultProfile.linux" = "bash"; "cSpell.language" = "en,de-de"; + + "zig.zigPath" = ""; # Use the zig from the PATH + "zig.zls.path" = "${pkgs.unstable.zls}/bin/zls"; }; }; }