vscode-extensions.skellock.just: init at 2.0.0

This commit is contained in:
maximsmol 2022-03-08 10:31:11 +08:00 committed by Bobby Rong
parent 80848ac30b
commit 83689de77b
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -1783,6 +1783,23 @@ let
};
};
skellock.just = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "just";
publisher = "skellock";
version = "2.0.0";
sha256 = "sha256-FOp/dcW0+07rADEpUMzx+SGYjhvE4IhcCOqUQ38yCN4=";
};
meta = with lib; {
changelog = "https://github.com/skellock/vscode-just/blob/master/CHANGELOG.md";
description = "Provides syntax and recipe launcher for Just scripts";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=skellock.just";
homepage = "https://github.com/skellock/vscode-just";
license = licenses.mit;
maintainers = with maintainers; [ maximsmol ];
};
};
skyapps.fish-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "fish-vscode";