summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-10-26 12:41:18 -0400
committerGitHub <noreply@github.com>2022-10-26 12:41:18 -0400
commit35f0125e9e20a1197fd85d8eeb64ea5d116643ac (patch)
tree62c6fab0e616ab0ee2cd3b1fa6fd2cf017f3a005
parentMerge pull request #197832 from adisbladis/backport-22_05-flit-scm-init (diff)
parentvscode-extensions.elixir-lsp.vscode-elixir-ls: 0.8.0 -> 0.11.0 (diff)
downloadnixpkgs-35f0125e9e20a1197fd85d8eeb64ea5d116643ac.tar.gz
Merge pull request #194743 from NixOS/backport-194739-to-release-22.05
[Backport release-22.05] vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.8.0 -> 0.11.0
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index ff347513f239..197d17d2fbba 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1164,11 +1164,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 ];
};
};