vscode-extensions.formulahendry.code-runner: init at 0.11.2
This commit is contained in:
parent
5c1ffb7a9f
commit
1978c9a396
1 changed files with 12 additions and 0 deletions
|
@ -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 a new issue