add wasi core to vscode

This commit is contained in:
2025-01-16 21:40:33 +00:00
parent 98b968b8bb
commit ec92d8ee9c
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
{ {
home.packages = with pkgs;[ home.packages = with pkgs;[
jetbrains.rider jetbrains.rider
inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".godot_4-mono #godot_4-mono
]; ];
} }

View File

@@ -28,6 +28,7 @@ in
mads-hartmann.bash-ide-vscode mads-hartmann.bash-ide-vscode
foxundermoon.shell-format foxundermoon.shell-format
dart-code.flutter dart-code.flutter
ms-vscode.wasm-wasi-core
]; ];
userSettings = with pkgs;{ userSettings = with pkgs;{
"workbench.iconTheme" = "material-icon-theme"; "workbench.iconTheme" = "material-icon-theme";