Loading pkgs/applications/editors/vscode/extensions/biomejs.biome/default.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { lib, vscode-utils, jq, biome, moreutils, vscode-extension-update-script, }: vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "biome"; publisher = "biomejs"; version = "2025.7.41733"; hash = "sha256-wWyLIjNOBjIe72ed+wwfQWGH7Vzuea/0Xux0XJkhAkY="; }; postInstall = '' cd "$out/$installPrefix" ${lib.getExe jq} '.contributes.configuration.properties."biome.lsp.bin".oneOf[0].default = "${lib.getExe biome}"' package.json | ${lib.getExe' moreutils "sponge"} package.json ''; passthru.updateScript = vscode-extension-update-script { extraArgs = [ "--pre-release" ]; }; meta = { changelog = "https://github.com/biomejs/biome-vscode/blob/main/CHANGELOG.md"; description = "Biome LSP extension for Visual Studio Code"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=biomejs.biome"; homepage = "https://github.com/biomejs/biome-vscode"; license = with lib.licenses; [ mit # or asl20 ]; maintainers = [ ]; }; } pkgs/applications/editors/vscode/extensions/default.nix +1 −20 Original line number Diff line number Diff line Loading @@ -702,26 +702,7 @@ let }; }; biomejs.biome = buildVscodeMarketplaceExtension { mktplcRef = { name = "biome"; publisher = "biomejs"; version = "2025.2.72227"; hash = "sha256-Lj5+Vy8IbU70y6ee42cjxyz/mwpIAhWSF4KtL9OYo2Q="; }; meta = { changelog = "https://github.com/biomejs/biome-vscode/blob/main/CHANGELOG.md"; description = "Biome LSP extension for Visual Studio Code"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=biomejs.biome"; homepage = "https://github.com/biomejs/biome-vscode"; license = with lib.licenses; [ mit # or asl20 ]; maintainers = [ ]; }; }; biomejs.biome = callPackage ./biomejs.biome { }; bmalehorn.vscode-fish = buildVscodeMarketplaceExtension { mktplcRef = { Loading Loading
pkgs/applications/editors/vscode/extensions/biomejs.biome/default.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { lib, vscode-utils, jq, biome, moreutils, vscode-extension-update-script, }: vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "biome"; publisher = "biomejs"; version = "2025.7.41733"; hash = "sha256-wWyLIjNOBjIe72ed+wwfQWGH7Vzuea/0Xux0XJkhAkY="; }; postInstall = '' cd "$out/$installPrefix" ${lib.getExe jq} '.contributes.configuration.properties."biome.lsp.bin".oneOf[0].default = "${lib.getExe biome}"' package.json | ${lib.getExe' moreutils "sponge"} package.json ''; passthru.updateScript = vscode-extension-update-script { extraArgs = [ "--pre-release" ]; }; meta = { changelog = "https://github.com/biomejs/biome-vscode/blob/main/CHANGELOG.md"; description = "Biome LSP extension for Visual Studio Code"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=biomejs.biome"; homepage = "https://github.com/biomejs/biome-vscode"; license = with lib.licenses; [ mit # or asl20 ]; maintainers = [ ]; }; }
pkgs/applications/editors/vscode/extensions/default.nix +1 −20 Original line number Diff line number Diff line Loading @@ -702,26 +702,7 @@ let }; }; biomejs.biome = buildVscodeMarketplaceExtension { mktplcRef = { name = "biome"; publisher = "biomejs"; version = "2025.2.72227"; hash = "sha256-Lj5+Vy8IbU70y6ee42cjxyz/mwpIAhWSF4KtL9OYo2Q="; }; meta = { changelog = "https://github.com/biomejs/biome-vscode/blob/main/CHANGELOG.md"; description = "Biome LSP extension for Visual Studio Code"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=biomejs.biome"; homepage = "https://github.com/biomejs/biome-vscode"; license = with lib.licenses; [ mit # or asl20 ]; maintainers = [ ]; }; }; biomejs.biome = callPackage ./biomejs.biome { }; bmalehorn.vscode-fish = buildVscodeMarketplaceExtension { mktplcRef = { Loading