mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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 {
|
dhall.dhall-lang = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "dhall-lang";
|
name = "dhall-lang";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue