added zig extension and language server
This commit is contained in:
parent
23179e6e92
commit
6111707cc0
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user