mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vscode-extensions.jackebecker.elixir-ls: init 0.7.0
This commit is contained in:
parent
3def6f1bd4
commit
00b135a30a
1 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue