vscode-extensions.formulahendry.code-runner: init at 0.11.2

This commit is contained in:
rdk31 2021-02-22 22:19:54 +01:00
parent 5c1ffb7a9f
commit 1978c9a396

View File

@ -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 { freebroccolo.reasonml = buildVscodeMarketplaceExtension {
meta = with lib; { meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog"; changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog";