vscode-extensions.streetsidesoftware.code-spell-checker-german: init at 2.3.2 (#386739)

This commit is contained in:
Pol Dellaiera
2025-03-04 09:29:04 +01:00
committed by GitHub
3 changed files with 28 additions and 0 deletions
+6
View File
@@ -12621,6 +12621,12 @@
githubId = 36413794;
name = "Arek Kalandyk";
};
koschi13 = {
email = "maximilian.konter@protonmail.com";
github = "koschi13";
githubId = 17250956;
name = "Maximilian Konter";
};
koslambrou = {
email = "koslambrou@gmail.com";
github = "koslambrou";
@@ -4628,6 +4628,10 @@ let
};
};
streetsidesoftware.code-spell-checker-german =
callPackage ./streetsidesoftware.code-spell-checker-german
{ };
styled-components.vscode-styled-components = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-styled-components";
@@ -0,0 +1,18 @@
{ lib, vscode-utils }:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "code-spell-checker-german";
publisher = "streetsidesoftware";
version = "2.3.2";
hash = "sha256-40Oc6ycNog9cxG4G5gCps2ADrM/wLuKWFrD4lnd91Z4=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/streetsidesoftware.code-spell-checker-german/changelog";
description = "German dictionary extension for VS Code.";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-german";
homepage = "https://streetsidesoftware.github.io/vscode-spell-checker-german";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.koschi13 ];
};
}