Skip to content

Commit

Permalink
init: usertasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameopathic committed Jul 30, 2024
1 parent 0c55e79 commit a69b705
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mod-hm/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
extensions = with pkgs.vscode-extensions; [
jnoortheen.nix-ide
mvllow.rose-pine
rust-lang.rust-analyzer
# rust-lang.rust-analyzer
ms-python.python
eamodio.gitlens
ms-vscode-remote.remote-ssh
Expand All @@ -41,6 +41,12 @@
};
};
};
"editor.formatOnSave" = true;
"editor.formatOnType" = true;
"editor.formatOnPaste" = true;
};
userTasks = {
version = "2.0.0";
};
};

Expand Down

0 comments on commit a69b705

Please sign in to comment.