mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
vscode-extensions.skellock.just: init at 2.0.0
This commit is contained in:
parent
80848ac30b
commit
83689de77b
1 changed files with 17 additions and 0 deletions
|
@ -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 {
|
skyapps.fish-vscode = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "fish-vscode";
|
name = "fish-vscode";
|
||||||
|
|
Loading…
Reference in a new issue