add vscode-zig
This commit is contained in:
parent
6d0b00db69
commit
261c1358e6
@ -82,6 +82,8 @@ in
|
|||||||
ext-vscode.vadimcn.vscode-lldb
|
ext-vscode.vadimcn.vscode-lldb
|
||||||
# Golang
|
# Golang
|
||||||
ext-vscode.golang.go
|
ext-vscode.golang.go
|
||||||
|
# Zig
|
||||||
|
ext-vscode.ziglang.vscode-zig
|
||||||
];
|
];
|
||||||
# mutableExtensionsDir = false;
|
# mutableExtensionsDir = false;
|
||||||
userSettings = {
|
userSettings = {
|
||||||
@ -176,6 +178,9 @@ in
|
|||||||
"window.titleBarStyle" = "custom";
|
"window.titleBarStyle" = "custom";
|
||||||
"workbench.colorTheme" = "Tokyo Night";
|
"workbench.colorTheme" = "Tokyo Night";
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
|
"zig.path" = "zig";
|
||||||
|
"zig.zls.path" = "zls";
|
||||||
|
"zig.initialSetupDone" = true;
|
||||||
"[dart]" = {
|
"[dart]" = {
|
||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
"editor.formatOnType" = true;
|
"editor.formatOnType" = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user