vscode-extensions: init at 1.1.0
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user