Skip to content

Commit

Permalink
vscode-extensions.jackebecker.elixir-ls: init 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Jun 2, 2021
1 parent 3def6f1 commit 00b135a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vscode-extensions/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 00b135a

Please sign in to comment.