Unverified Commit 8a32a7de authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.streetsidesoftware.code-spell-checker-french: init at 0.4.3 (#402250)

parents cf794a4c 9f60eaf9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4662,6 +4662,10 @@ let
        };
      };

      streetsidesoftware.code-spell-checker-french =
        callPackage ./streetsidesoftware.code-spell-checker-french
          { };

      streetsidesoftware.code-spell-checker-german =
        callPackage ./streetsidesoftware.code-spell-checker-german
          { };
+18 −0
Original line number Diff line number Diff line
{ lib, vscode-utils }:

vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "code-spell-checker-french";
    publisher = "streetsidesoftware";
    version = "0.4.3";
    hash = "sha256-FPnS/gU7+Kz3ZgbwiNIs/Rr1uiz5qIWsvpKB5lZGz+s=";
  };
  meta = {
    changelog = "https://marketplace.visualstudio.com/items/streetsidesoftware.code-spell-checker-french/changelog";
    description = "French dictionary extension for VS Code";
    downloadPage = "https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-french";
    homepage = "https://github.com/streetsidesoftware/vscode-cspell-dict-extensions#readme";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [ aduh95 ];
  };
}