From abc1350df4dbd5d43dbe728da9952a5907a2dd45 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:47:41 -0400 Subject: [PATCH] vscode-extensions.ms-vscode-remote.remote-wsl: init at 0.88.2 --- .../editors/vscode/extensions/default.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 9d54a778b836..770a646f4d94 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -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 {