vscode-extensions.jackebecker.elixir-ls: init 0.7.0

This commit is contained in:
happysalada 2021-06-02 11:58:44 +09:00 committed by Raphael Megzari
parent 3def6f1bd4
commit 00b135a30a

View file

@ -607,6 +607,18 @@ let
};
};
JakeBecker.elixir-ls = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "elixir-ls";
publisher = "JakeBecker";
version = "0.7.0";
sha256 = "sha256-kFrkElD7qC1SpOx1rpcHW1D2hybHCf7cqvIO7JfPuMc=";
};
meta = with lib; {
license = licenses.mit;
};
};
james-yu.latex-workshop = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "latex-workshop";