refactor(vscode): cleanup and fmt
This commit is contained in:
parent
0d502247fc
commit
4b76a845ea
1 changed files with 30 additions and 26 deletions
|
@ -18,7 +18,8 @@ in {
|
||||||
# sha256 = "1qc1qsahfx1nvznq4adplx63w5d94xhafngv76vnqjjbzhv991v2";
|
# sha256 = "1qc1qsahfx1nvznq4adplx63w5d94xhafngv76vnqjjbzhv991v2";
|
||||||
# })
|
# })
|
||||||
]
|
]
|
||||||
++ (with pkgsVscodium.vscode-extensions; [
|
++ (with pkgsVscodium.vscode-extensions;
|
||||||
|
[
|
||||||
eamodio.gitlens
|
eamodio.gitlens
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
tomoki1207.pdf
|
tomoki1207.pdf
|
||||||
|
@ -31,6 +32,8 @@ in {
|
||||||
ms-vscode.theme-tomorrowkit
|
ms-vscode.theme-tomorrowkit
|
||||||
nonylene.dark-molokai-theme
|
nonylene.dark-molokai-theme
|
||||||
|
|
||||||
|
ms-python.vscode-pylance
|
||||||
|
|
||||||
# TODO: these are not in nixpkgs
|
# TODO: these are not in nixpkgs
|
||||||
|
|
||||||
# fredwangwang.vscode-hcl-format
|
# fredwangwang.vscode-hcl-format
|
||||||
|
@ -40,7 +43,8 @@ in {
|
||||||
|
|
||||||
# TODO: not compatible with vscodium
|
# TODO: not compatible with vscodium
|
||||||
# ms-vscode-remote.remote-ssh
|
# ms-vscode-remote.remote-ssh
|
||||||
] ++ (let
|
]
|
||||||
|
++ (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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue