mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
vscode-extensions.streetsidesoftware.code-spell-checker-french: init at 0.4.3
This commit is contained in:
parent
507b63021a
commit
9f60eaf9aa
2 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
{ };
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
{ 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 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue