vscode-extensions.azdavis.millet: 0.3.5 -> 0.12.5
This commit is contained in:
parent
319e4db197
commit
73d174c62b
1 changed files with 3 additions and 3 deletions
|
@ -372,13 +372,13 @@ let
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "Millet";
|
name = "Millet";
|
||||||
publisher = "azdavis";
|
publisher = "azdavis";
|
||||||
version = "0.3.5";
|
version = "0.12.5";
|
||||||
sha256 = "sha256-lQ7EMs6nsTEgP9BESMpyoZG7QVOe7DXzfg/iZr1+DCQ=";
|
sha256 = "sha256-gJIxCdoxWGThalY+qJ930UtRLFkvr34LfaSioAZH9TQ=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ jq moreutils ];
|
nativeBuildInputs = [ jq moreutils ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cd "$out/$installPrefix"
|
cd "$out/$installPrefix"
|
||||||
jq '.contributes.configuration.properties."millet.server.path".default = "${millet}/bin/lang-srv"' package.json | sponge package.json
|
jq '.contributes.configuration.properties."millet.server.path".default = "${millet}/bin/millet-ls"' package.json | sponge package.json
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "Standard ML support for VS Code";
|
description = "Standard ML support for VS Code";
|
||||||
|
|
Loading…
Reference in a new issue