Commit b0fb4e16 authored by superherointj's avatar superherointj
Browse files
parent 9aa0bddf
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -5498,6 +5498,23 @@ let
        };
      };

      woberg.godot-dotnet-tools = buildVscodeMarketplaceExtension {
        mktplcRef = {
          publisher = "woberg";
          name = "godot-dotnet-tools";
          version = "0.5.1";
          hash = "sha256-qZdQiW1RvzUR5+5QlVdMPBY82IOPUPs3GNOl6bOhnWM=";
        };
        meta = {
          description = "VSCode extension for Godot 4 Mono supporting C# language";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=woberg.godot-dotnet-tools";
          homepage = "https://github.com/williamoberg/godot-dotnet-tools";
          license = lib.licenses.mit;
          # For instructions on configuring this extension see:
          # https://wiki.nixos.org/wiki/Godot-Mono
        };
      };

      xadillax.viml = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "viml";