mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
vscode-extensions.elmtooling.elm-ls-vscode: init at 2.0.1
This commit is contained in:
parent
68b6d6ca8e
commit
e5845deabb
@ -189,6 +189,23 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
elmtooling.elm-ls-vscode = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "elm-ls-vscode";
|
||||||
|
publisher = "Elmtooling";
|
||||||
|
version = "2.0.1";
|
||||||
|
sha256 = "06x5ld2r1hzns2s052mvhmfiaawjzcn0jf5lkfprhmrkxnmfdd43";
|
||||||
|
};
|
||||||
|
meta = with lib; {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/Elmtooling.elm-ls-vscode/changelog";
|
||||||
|
description = "Elm language server";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode";
|
||||||
|
homepage = "https://github.com/elm-tooling/elm-language-client-vscode";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ mcwitt ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
esbenp.prettier-vscode = buildVscodeMarketplaceExtension {
|
esbenp.prettier-vscode = buildVscodeMarketplaceExtension {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
changelog = "https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/changelog";
|
changelog = "https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/changelog";
|
||||||
|
Loading…
Reference in New Issue
Block a user