mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
vscode-extensions.azdavis.millet: init at 0.3.5
This commit is contained in:
parent
b8a9c06d7b
commit
ed775257a0
@ -16,6 +16,7 @@
|
|||||||
, racket
|
, racket
|
||||||
, clojure-lsp
|
, clojure-lsp
|
||||||
, alejandra
|
, alejandra
|
||||||
|
, millet
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -311,6 +312,26 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
azdavis.millet = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "Millet";
|
||||||
|
publisher = "azdavis";
|
||||||
|
version = "0.3.5";
|
||||||
|
sha256 = "sha256-lQ7EMs6nsTEgP9BESMpyoZG7QVOe7DXzfg/iZr1+DCQ=";
|
||||||
|
};
|
||||||
|
nativeBuildInputs = [ jq moreutils ];
|
||||||
|
postInstall = ''
|
||||||
|
cd "$out/$installPrefix"
|
||||||
|
jq '.contributes.configuration.properties."millet.server.path".default = "${millet}/bin/lang-srv"' package.json | sponge package.json
|
||||||
|
'';
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Standard ML support for VS Code";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=azdavis.millet";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ smasher164 ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ms-python.vscode-pylance = buildVscodeMarketplaceExtension {
|
ms-python.vscode-pylance = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-pylance";
|
name = "vscode-pylance";
|
||||||
|
Loading…
Reference in New Issue
Block a user