vscode-extensions.pollywoggames.pico8-ls: init at 0.5.5

This commit is contained in:
mobo
2024-11-15 09:58:21 +01:00
parent a1071d0055
commit 3ebb8fda09
@@ -3888,6 +3888,23 @@ let
};
};
pollywoggames.pico8-ls = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "pico8-ls";
publisher = "PollywogGames";
version = "0.5.5";
hash = "sha256-MTIBCZcqJ+Dq1ECTkj24QIrg4MqT/xWcyYkp6vJRlnM=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/PollywogGames.pico8-ls/changelog";
description = "VSCode extension for full language support for the PICO-8 dialect of Lua";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=PollywogGames.pico8-ls";
homepage = "https://github.com/japhib/pico8-ls";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.dotmobo ];
};
};
prisma.prisma = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "prisma";