From 22a16a6403c5823e4f2d7057dc25650589d55479 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 30 Jul 2024 19:07:08 +0200 Subject: [PATCH] feat: add some more extensions to vscodium --- home/ash/vscodium.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/ash/vscodium.nix b/home/ash/vscodium.nix index b894343..0e8c412 100644 --- a/home/ash/vscodium.nix +++ b/home/ash/vscodium.nix @@ -4,6 +4,7 @@ vscode = vscodium; vscodeExtensions = with pkgs.vscode-extensions; [ ms-python.python + ms-python.debugpy ms-vscode.hexeditor ms-dotnettools.csharp ] ++ (with pkgs.vscode-marketplace; [ @@ -28,6 +29,9 @@ catppuccin.catppuccin-vsc-icons ziglang.vscode-zig redhat.java + vue.volar + editorconfig.editorconfig + arcanis.vscode-zipfs ]); }) ];