Unverified Commit 7e7c514e authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #231159 from drupol/vscode/add-vscode-coder-extension

vscode-extensions.coder.coder-remote: init at 0.1.18
parents eac4e480 3c935340
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -645,6 +645,22 @@ let
        };
      };

      coder.coder-remote = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "coder-remote";
          publisher = "coder";
          version = "0.1.18";
          sha256 = "soNGZuyvG5+haWRcwYmYB+0OcyDAm4UQ419UnEd8waA=";
        };
        meta = {
          description = "An extension for Visual Studio Code to open any Coder workspace in VS Code with a single click.";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=coder.coder-remote";
          homepage = "https://github.com/coder/vscode-coder";
          license = lib.licenses.mit;
          maintainers = [ lib.maintainers.drupol ];
        };
      };

      codezombiech.gitignore = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "gitignore";