vscode-extensions.arktypeio.arkdark: init at 6.6.0

This commit is contained in:
Logan Devine
2026-08-08 19:47:10 -07:00
parent 971945c53f
commit a31fdcf0ce

View File

@@ -361,6 +361,22 @@ let
};
};
arktypeio.arkdark = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "arktypeio";
name = "arkdark";
version = "6.6.0";
hash = "sha256-9QsHaH8mXM7D7QE5+xTFrGyxh6MShPF9Wk0hFHpxk8A=";
};
meta = {
description = "Syntax highlighting and inline errors for ArkType";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=arktypeio.arkdark";
homepage = "https://github.com/arktypeio/arktype";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ logn ];
};
};
arrterian.nix-env-selector = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "nix-env-selector";