forked from mirrors/nixpkgs
Merge pull request #161294 from maximsmol/maximsmol/just
vscode-extensions.skellock.just: init at 2.0.0
This commit is contained in:
commit
25b801cf26
|
@ -7747,6 +7747,12 @@
|
|||
githubId = 1187050;
|
||||
name = "Maximilian Huber";
|
||||
};
|
||||
maximsmol = {
|
||||
email = "maximsmol@gmail.com";
|
||||
github = "maximsmol";
|
||||
githubId = 1472826;
|
||||
name = "Max Smolin";
|
||||
};
|
||||
maxxk = {
|
||||
email = "maxim.krivchikov@gmail.com";
|
||||
github = "maxxk";
|
||||
|
|
|
@ -1787,6 +1787,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";
|
||||
|
|
Loading…
Reference in a new issue