Merge pull request #194739 from datafoo/vscode-extensions.elixir-lsp.vscode-elixir-ls

vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.8.0 -> 0.11.0
This commit is contained in:
Thiago Kenji Okada 2022-10-06 11:57:28 +01:00 committed by GitHub
commit d11f21f2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1368,11 +1368,16 @@ let
mktplcRef = {
name = "elixir-ls";
publisher = "JakeBecker";
version = "0.8.0";
sha256 = "sha256-VD1g4DJfA0vDJ0cyHFDEtCEqQo0nXfPC5vknEU91cPk=";
version = "0.11.0";
sha256 = "sha256-okvwyD0m2r8ar85VtuBUNMUZGGrCfJ4DB9v7aSX5PjM=";
};
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 ];
};
};