3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #221727 from kalebpace/kpace/add-vscode-extension-kalebpace-balena-vscode

vscode-extensions.kalebpace.balena-vscode: init at 0.1.3
This commit is contained in:
superherointj 2023-03-17 22:23:40 -03:00 committed by GitHub
commit 1d36f32390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -7712,6 +7712,13 @@
githubId = 87115;
name = "Wael Nasreddine";
};
kalebpace = {
email = "kaleb.pace@pm.me";
matrix = "@kalebpace:matrix.org";
github = "kalebpace";
githubId = 5586615;
name = "Kaleb Pace";
};
kalekseev = {
email = "mail@kalekseev.com";
github = "kalekseev";

View file

@ -1632,6 +1632,23 @@ let
};
};
kalebpace.balena-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "balena-vscode";
publisher = "kalebpace";
version = "0.1.3";
sha256 = "sha256-CecEv19nEtnMe0KlCMNBM9ZAjbAVgPNUcZ6cBxHw44M=";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/kalebpace.balena-vscode/changelog";
description = "VS Code extension for integration with Balena";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=kalebpace.balena-vscode";
homepage = "https://github.com/balena-vscode/balena-vscode";
license = licenses.mit;
maintainers = with maintainers; [ kalebpace ];
};
};
kamadorueda.alejandra = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "alejandra";