Skip to content

Commit

Permalink
Disable autofix for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
vbe0201 committed Dec 24, 2023
1 parent 554c5bb commit adca7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"zig.zls.path" = "${pkgs.unstable.zls}/bin/zls";
"zig.initialSetupDone" = true;
"zig.checkForUpdate" = false;
"zig.zls.enableAutofix" = true;
"zig.zls.enableAutofix" = false;
};

extensions = with pkgs.unstable.vscode-extensions; [
Expand Down

0 comments on commit adca7f8

Please sign in to comment.