Skip to content

Commit

Permalink
laptop0: vscodium: disable continue tab autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
1sixth committed Aug 17, 2024
1 parent fb9f602 commit 4d07c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/laptop0/home/vscodium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"editor.formatOnSave" = true;
};
"autocorrect.formatOnSave" = false;
"continue.enableTabAutocomplete" = false;
"continue.telemetryEnabled" = false;
"editor.fontFamily" = "monospace";
"editor.fontSize" = 20;
Expand Down

0 comments on commit 4d07c25

Please sign in to comment.