vscode-extensions: init at 1.1.0

This commit is contained in:
n
2025-10-10 00:23:36 +05:30
parent 70d968fdbb
commit 02946fff2c
@@ -0,0 +1,26 @@
{
lib,
vala-language-server,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vala";
publisher = "prince781";
version = "1.1.0";
hash = "sha256-LJJDKhwzbGznyiXeB8SYir3LOM7/quYhGae1m4X/s3M=";
};
nativeBuildInputs = [
vala-language-server
];
meta = {
changelog = "https://marketplace.visualstudio.com/items/prince781.vala/changelog";
description = "Syntax highlighting and language support for the Vala / Genie languages";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=prince781.vala";
homepage = "https://github.com/vala-lang/vala-vscode#readme";
license = lib.licenses.mit;
};
}