Loading pkgs/applications/editors/vscode/extensions/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -2735,7 +2735,6 @@ let }; }; nvarner.typst-lsp = buildVscodeMarketplaceExtension { mktplcRef = { name = "typst-lsp"; Loading @@ -2748,9 +2747,13 @@ let nativeBuildInputs = [ jq moreutils ]; buildInputs = [ typst-lsp ]; postInstall = '' cd "$out/$installPrefix" jq '.contributes.configuration.properties."typst-lsp.serverPath".default = "${typst-lsp}/bin/typst-lsp"' package.json | sponge package.json jq '.contributes.configuration.properties."typst-lsp.serverPath".default = "${lib.getExe typst-lsp}"' package.json | sponge package.json ''; meta = { Loading Loading
pkgs/applications/editors/vscode/extensions/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -2735,7 +2735,6 @@ let }; }; nvarner.typst-lsp = buildVscodeMarketplaceExtension { mktplcRef = { name = "typst-lsp"; Loading @@ -2748,9 +2747,13 @@ let nativeBuildInputs = [ jq moreutils ]; buildInputs = [ typst-lsp ]; postInstall = '' cd "$out/$installPrefix" jq '.contributes.configuration.properties."typst-lsp.serverPath".default = "${typst-lsp}/bin/typst-lsp"' package.json | sponge package.json jq '.contributes.configuration.properties."typst-lsp.serverPath".default = "${lib.getExe typst-lsp}"' package.json | sponge package.json ''; meta = { Loading