Merge pull request #114033 from rdk31/vscode_coderunner

vscode-extensions.formulahendry.code-runner: init at 0.11.2
This commit is contained in:
Sandro 2021-02-23 09:44:25 +01:00 committed by GitHub
commit ea39584697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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