Unverified Commit 81393812 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #321111 from uncenter/pr-1b0876b2

vscode-extensions.ms-vscode-remote.remote-wsl: init at 0.88.2
parents d11a62c8 abc1350d
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -3362,6 +3362,23 @@ let
        };
      };

      ms-vscode-remote.remote-wsl = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "remote-wsl";
          publisher = "ms-vscode-remote";
          version = "0.88.2";
          hash = "sha256-fl7fLNd3EHA9eMiPUIL/23SUiA81gveqZLFkqaHTX+Q=";
        };
        meta = {
          changelog = "https://marketplace.visualstudio.com/items/ms-vscode-remote.remote-wsl/changelog";
          description = "Windows Subsystem for Linux support for Visual Studio Code";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl";
          homepage = "https://code.visualstudio.com/docs/remote/wsl";
          license = lib.licenses.unfree;
          maintainers = [ lib.maintainers.uncenter ];
        };
      };

      ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { };

      mshr-h.veriloghdl = buildVscodeMarketplaceExtension {