1{ lib, vscode-utils }:
2
3vscode-utils.buildVscodeMarketplaceExtension {
4 mktplcRef = {
5 name = "adjust-heading-level";
6 publisher = "dendron";
7 version = "0.1.0";
8 hash = "sha256-u50RJ7ETVFUC43mp94VJsR931b9REBaTyRhZE7muoLw=";
9 };
10 meta = {
11 description = "VSCode extension to adjust the heading level of the selected text";
12 downloadPage = "https://marketplace.visualstudio.com/items?itemName=dendron.adjust-heading-level";
13 homepage = "https://github.com/kevinslin/adjust-heading-level";
14 license = lib.licenses.asl20;
15 maintainers = [ lib.maintainers.ivyfanchiang ];
16 };
17}