vscode-extensions.biomejs.biome: init at 2024.5.251958
This commit is contained in:
parent
1796324dc1
commit
ac00833e9a
@ -655,6 +655,27 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
biomejs.biome = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "biome";
|
||||||
|
publisher = "biomejs";
|
||||||
|
version = "2024.5.251958";
|
||||||
|
hash = "sha256-Pxbvj6e3nRwuLKmPEtE02JdHmZbyuXNh4T+FZKjBkWo=";
|
||||||
|
};
|
||||||
|
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 = [ lib.maintainers.uncenter ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
bmalehorn.vscode-fish = buildVscodeMarketplaceExtension {
|
bmalehorn.vscode-fish = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "vscode-fish";
|
name = "vscode-fish";
|
||||||
|
Loading…
Reference in New Issue
Block a user