vscode-extensions.yy0931.vscode-sqlite3-editor: init at 1.0.207

This commit is contained in:
ch4og 2025-05-02 16:04:41 +03:00
parent c350c5d83e
commit 33d0a2a6e3
2 changed files with 22 additions and 0 deletions

View file

@ -5593,6 +5593,8 @@ let
};
};
yy0931.vscode-sqlite3-editor = callPackage ./yy0931.vscode-sqlite3-editor { };
yzane.markdown-pdf = callPackage ./yzane.markdown-pdf { };
yzhang.dictionary-completion = buildVscodeMarketplaceExtension {

View file

@ -0,0 +1,20 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-sqlite3-editor";
publisher = "yy0931";
version = "1.0.207";
hash = "sha256-HToO43MnqJlWcKx4O5C0b7RXyeKY5PzxMY5/3cNOtgE=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/yy0931.vscode-sqlite3-editor/changelog";
description = "SQLite3 Editor for VSCode";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor";
homepage = "https://github.com/yy0931/sqlite3-editor";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.ch4og ];
};
}