Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -5798,6 +5798,12 @@ githubId = 6806011; name = "Robert Schütz"; }; dotmobo = { email = "morgan.bohn@gmail.com"; github = "dotmobo"; githubId = 1997638; name = ".mobo"; }; dottedmag = { email = "dottedmag@dottedmag.net"; github = "dottedmag"; Loading pkgs/applications/editors/vscode/extensions/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -3928,6 +3928,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"; Loading Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -5798,6 +5798,12 @@ githubId = 6806011; name = "Robert Schütz"; }; dotmobo = { email = "morgan.bohn@gmail.com"; github = "dotmobo"; githubId = 1997638; name = ".mobo"; }; dottedmag = { email = "dottedmag@dottedmag.net"; github = "dottedmag"; Loading
pkgs/applications/editors/vscode/extensions/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -3928,6 +3928,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"; Loading