vscode-extensions.jakebecker.elixir-ls: init at 0.9.0
This commit is contained in:
parent
0867d17540
commit
4e2ca8b0a9
1 changed files with 17 additions and 0 deletions
|
@ -984,6 +984,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
jakebecker.elixir-ls = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "elixir-ls";
|
||||
publisher = "JakeBecker";
|
||||
version = "0.9.0";
|
||||
sha256 = "sha256-KNfZOrVxK3/rClHPcIyPgE9CRtjkI7NLY0xZ9W+X6OM=";
|
||||
};
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/JakeBecker.elixir-ls/changelog";
|
||||
description = "Elixir support with debugger, autocomplete, and more. Powered by ElixirLS.";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls";
|
||||
homepage = "https://github.com/elixir-lsp/elixir-ls";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ datafoo ];
|
||||
};
|
||||
};
|
||||
|
||||
james-yu.latex-workshop = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "latex-workshop";
|
||||
|
|
Loading…
Reference in a new issue