Skip to content

Commit 554c5bb

Browse files
committed
Disable zls autofix and update checks
1 parent 3babec0 commit 554c5bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

home/vscode.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
"source.organizeImports" = true;
3030
};
3131
};
32-
"python.analysis.inlayHints.functionReturnTypes" = true;
33-
"python.analysis.inlayHints.variableTypes" = true;
34-
"python.analysis.typeCheckingMode" = "basic";
3532
"python.testing.pytestEnabled" = true;
3633
"python.terminal.activateEnvironment" = false;
3734
"ruff.path" = ["${pkgs.unstable.ruff}/bin/ruff"];
@@ -47,6 +44,8 @@
4744
"zig.path" = "";
4845
"zig.zls.path" = "${pkgs.unstable.zls}/bin/zls";
4946
"zig.initialSetupDone" = true;
47+
"zig.checkForUpdate" = false;
48+
"zig.zls.enableAutofix" = true;
5049
};
5150

5251
extensions = with pkgs.unstable.vscode-extensions; [

0 commit comments

Comments
 (0)