mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
vscode-extensions.formulahendry.code-runner: init at 0.11.2
This commit is contained in:
parent
5c1ffb7a9f
commit
1978c9a396
@ -276,6 +276,18 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
formulahendry.code-runner = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "code-runner";
|
||||
publisher = "formulahendry";
|
||||
version = "0.11.2";
|
||||
sha256 = "0qwcxr6m1xwhqmdl4pccjgpikpq1hgi2hgrva5abn8ixa2510hcy";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
freebroccolo.reasonml = buildVscodeMarketplaceExtension {
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog";
|
||||
|
Loading…
Reference in New Issue
Block a user