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,40 +18,44 @@ in {
# sha256 = "1qc1qsahfx1nvznq4adplx63w5d94xhafngv76vnqjjbzhv991v2"; # sha256 = "1qc1qsahfx1nvznq4adplx63w5d94xhafngv76vnqjjbzhv991v2";
# }) # })
] ]
++ (with pkgsVscodium.vscode-extensions; [ ++ (with pkgsVscodium.vscode-extensions;
eamodio.gitlens [
mkhl.direnv eamodio.gitlens
tomoki1207.pdf mkhl.direnv
vscodevim.vim tomoki1207.pdf
vscodevim.vim
bbenoist.nix bbenoist.nix
jnoortheen.nix-ide jnoortheen.nix-ide
# kamadorueda.alejandra # kamadorueda.alejandra
ms-vscode.theme-tomorrowkit ms-vscode.theme-tomorrowkit
nonylene.dark-molokai-theme nonylene.dark-molokai-theme
# TODO: these are not in nixpkgs ms-python.vscode-pylance
# fredwangwang.vscode-hcl-format # TODO: these are not in nixpkgs
# hashicorp.hcl
# mindaro-dev.file-downloader
# ms-vscode.remote-explorer
# TODO: not compatible with vscodium # fredwangwang.vscode-hcl-format
# ms-vscode-remote.remote-ssh # hashicorp.hcl
] ++ (let # mindaro-dev.file-downloader
# ms-vscode.remote-explorer
# TODO: not compatible with vscodium
# ms-vscode-remote.remote-ssh
]
++ (let
extensions = repoFlake.inputs.nix-vscode-extensions.extensions.${pkgs.system}; extensions = repoFlake.inputs.nix-vscode-extensions.extensions.${pkgs.system};
in (with extensions.vscode-marketplace; [ in (with extensions.vscode-marketplace; [
tamasfe.even-better-toml tamasfe.even-better-toml
serayuzgur.crates serayuzgur.crates
rust-lang.rust-analyzer rust-lang.rust-analyzer
swellaby.vscode-rust-test-adapter swellaby.vscode-rust-test-adapter
golang.go golang.go
jeff-hykin.better-go-syntax jeff-hykin.better-go-syntax
]))); ])));
mutableExtensionsDir = true; mutableExtensionsDir = true;
}; };