mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
vscode-extensions.yy0931.vscode-sqlite3-editor: init at 1.0.207
This commit is contained in:
parent
c350c5d83e
commit
33d0a2a6e3
2 changed files with 22 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue