Merge pull request #138342 from ratsclubforks/vscode-denoland

vscode-extensions.denoland.vscode-deno: init at 3.9.1
This commit is contained in:
figsoda 2021-09-17 20:40:50 -04:00 committed by GitHub
commit 6e171293e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -393,6 +393,23 @@ let
};
};
denoland.vscode-deno = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-deno";
publisher = "denoland";
version = "3.9.1";
sha256 = "sha256-OuGTjmJQFAWrYp7YnFpyo0NnnCcXYF8itYjGKMa3FCs=";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/denoland.vscode-deno/changelog";
description = "A language server client for Deno";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno";
homepage = "https://github.com/denoland/vscode_deno";
license = licenses.mit;
maintainers = with maintainers; [ ratsclub ];
};
};
dhall.dhall-lang = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dhall-lang";