Unverified Commit 1af5b5ac authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.ndonfris.fish-lsp: init at 0.1.10 (#429267)

parents b66f8b85 0840de88
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3650,6 +3650,8 @@ let
        };
      };

      ndonfris.fish-lsp = callPackage ./ndonfris.fish-lsp { };

      nefrob.vscode-just-syntax = buildVscodeMarketplaceExtension {
        mktplcRef = {
          name = "vscode-just-syntax";
+21 −0
Original line number Diff line number Diff line
{
  lib,
  vscode-utils,
}:

vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    publisher = "ndonfris";
    name = "fish-lsp";
    version = "0.1.10";
    hash = "sha256-aMuvBc2QVlRXpoBvWQaxC5SdwWzsauvVk1zMbK1p6oQ=";
  };

  meta = {
    description = "LSP implementation for the fish shell language";
    downloadPage = "https://marketplace.visualstudio.com/items?itemName=ndonfris.fish-lsp";
    homepage = "https://github.com/ndonfris/fish-lsp";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ tuynia ];
  };
}