vscode-extensions.denoland.vscode-deno: init at 3.9.1
This commit is contained in:
parent
4820e9627f
commit
9a9f09b97b
1 changed files with 17 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue