vscode-extensions.ms-vscode-remote.remote-ssh-edit: init at 0.86.0 (#317474)

Co-authored-by: Gavin John
This commit is contained in:
Gavin John 2024-06-16 16:15:39 -05:00 committed by GitHub
parent 653a4744aa
commit 10f11abbd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3166,6 +3166,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 {