vscode-extensions.mathiasfrohlich.kotlin: init 1.7.1

This commit is contained in:
TheMaxMur 2024-03-11 16:32:34 +03:00
parent 00fd0f311b
commit 0d5e9ddae9
No known key found for this signature in database
GPG Key ID: B72F4A649F92F410

View File

@ -2601,6 +2601,22 @@ let
meta.license = lib.licenses.mit;
};
mathiasfrohlich.kotlin = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "Kotlin";
publisher = "mathiasfrohlich";
version = "1.7.1";
sha256 = "sha256-MuAlX6cdYMLYRX2sLnaxWzdNPcZ4G0Fdf04fmnzQKH4=";
};
meta = {
description = "Kotlin language support for VS Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin";
homepage = "https://github.com/mathiasfrohlich/vscode-kotlin";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.themaxmur ];
};
};
matthewpi.caddyfile-support = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "caddyfile-support";