refactor(vscode): cleanup and fmt

This commit is contained in:
steveej 2024-10-13 20:11:42 +02:00
parent 0d502247fc
commit 4b76a845ea

View file

@ -18,7 +18,8 @@ in {
# sha256 = "1qc1qsahfx1nvznq4adplx63w5d94xhafngv76vnqjjbzhv991v2";
# })
]
++ (with pkgsVscodium.vscode-extensions; [
++ (with pkgsVscodium.vscode-extensions;
[
eamodio.gitlens
mkhl.direnv
tomoki1207.pdf
@ -31,6 +32,8 @@ in {
ms-vscode.theme-tomorrowkit
nonylene.dark-molokai-theme
ms-python.vscode-pylance
# TODO: these are not in nixpkgs
# fredwangwang.vscode-hcl-format
@ -40,7 +43,8 @@ in {
# TODO: not compatible with vscodium
# ms-vscode-remote.remote-ssh
] ++ (let
]
++ (let
extensions = repoFlake.inputs.nix-vscode-extensions.extensions.${pkgs.system};
in (with extensions.vscode-marketplace; [
tamasfe.even-better-toml