We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3babec0 commit 554c5bbCopy full SHA for 554c5bb
home/vscode.nix
@@ -29,9 +29,6 @@
29
"source.organizeImports" = true;
30
};
31
32
- "python.analysis.inlayHints.functionReturnTypes" = true;
33
- "python.analysis.inlayHints.variableTypes" = true;
34
- "python.analysis.typeCheckingMode" = "basic";
35
"python.testing.pytestEnabled" = true;
36
"python.terminal.activateEnvironment" = false;
37
"ruff.path" = ["${pkgs.unstable.ruff}/bin/ruff"];
@@ -47,6 +44,8 @@
47
44
"zig.path" = "";
48
45
"zig.zls.path" = "${pkgs.unstable.zls}/bin/zls";
49
46
"zig.initialSetupDone" = true;
+ "zig.checkForUpdate" = false;
+ "zig.zls.enableAutofix" = true;
50
51
52
extensions = with pkgs.unstable.vscode-extensions; [
0 commit comments