Commit d57d1cf2 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by github-actions[bot]
Browse files

vscode-extensions.phind.phind: init 0.22.2

(cherry picked from commit b0394aa5)
parent d13f2109
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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";