Merge pull request #325335 from NixOS/backport-317474-to-release-24.05

[Backport release-24.05] vscode-extensions.ms-vscode-remote.remote-ssh-edit: init at 0.86.0
This commit is contained in:
Jörg Thalheim 2024-07-07 21:55:25 +02:00 committed by GitHub
commit f586c96f0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3152,6 +3152,22 @@ let
ms-vscode-remote.remote-ssh = callPackage ./ms-vscode-remote.remote-ssh { };
ms-vscode-remote.remote-ssh-edit = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "remote-ssh-edit";
publisher = "ms-vscode-remote";
version = "0.86.0";
hash = "sha256-JsbaoIekUo2nKCu+fNbGlh5d1Tt/QJGUuXUGP04TsDI=";
};
meta = {
description = "A Visual Studio Code extension that complements the Remote SSH extension with syntax colorization, keyword intellisense, and simple snippets when editing SSH configuration files";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh-edit";
homepage = "https://code.visualstudio.com/docs/remote/ssh";
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.pandapip1 ];
};
};
ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { };
mshr-h.veriloghdl = buildVscodeMarketplaceExtension {