From b0394aa5718a6f087c98015f3469491240afe1ff Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Wed, 29 May 2024 19:35:19 +0200 Subject: [PATCH 1/2] vscode-extensions.phind.phind: init 0.22.2 --- .../editors/vscode/extensions/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 5f3bb150e643..7c8718018cd1 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -3294,6 +3294,21 @@ let }; }; + phind.phind = buildVscodeMarketplaceExtension { + mktplcRef = { + name = "phind"; + publisher = "phind"; + version = "0.22.2"; + hash = "sha256-nN/7IVa4WaA5V39CHx0nrvWBmBNtISvAINTQzk02x1w="; + }; + meta = { + description = "Using Phind AI service to provide answers based on the code context"; + downloadPage = "https://marketplace.visualstudio.com/items?itemName=phind.phind"; + license = lib.licenses.unfree; + maintainers = [ lib.maintainers.onny ]; + }; + }; + phoenixframework.phoenix = buildVscodeMarketplaceExtension { mktplcRef = { name = "phoenix"; From 24e8d20aaf99ee363ea5165018473ecebfc27209 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Wed, 29 May 2024 19:39:56 +0200 Subject: [PATCH 2/2] vscode-extensions.xdebug.php-debug: init at 1.34.0 --- .../editors/vscode/extensions/default.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 7c8718018cd1..ab38449dcd5d 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -4748,6 +4748,23 @@ let }; }; + xdebug.php-debug = buildVscodeMarketplaceExtension { + mktplcRef = { + name = "php-debug"; + publisher = "xdebug"; + version = "1.34.0"; + hash = "sha256-WAcXWCMmvuw7nkfGcOgmK+s+Nw6XpvNR4POXD85E/So="; + }; + meta = { + description = "PHP Debug Adapter"; + license = lib.licenses.mit; + homepage = "https://github.com/xdebug/vscode-php-debug"; + changelog = "https://github.com/xdebug/vscode-php-debug/blob/main/CHANGELOG.md"; + downloadPage = "https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug"; + maintainers = [ lib.maintainers.onny ]; + }; + }; + xyz.local-history = buildVscodeMarketplaceExtension { mktplcRef = { name = "local-history";