mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
vscode-extensions.foam.foam-vscode: init at 0.13.7
This commit is contained in:
parent
e6ae882d0b
commit
4b1cdbc152
1 changed files with 17 additions and 0 deletions
|
@ -452,6 +452,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
foam.foam-vscode = buildVscodeMarketplaceExtension {
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/foam.foam-vscode/changelog";
|
||||
description = "A personal knowledge management and sharing system for VSCode ";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=foam.foam-vscode";
|
||||
homepage = "https://foambubble.github.io/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ratsclub ];
|
||||
};
|
||||
mktplcRef = {
|
||||
name = "foam-vscode";
|
||||
publisher = "foam";
|
||||
version = "0.13.7";
|
||||
sha256 = "Y2pcd4iXPiuhJdD/9d+tbTJN18O4+kRMqUdOtbx8xy8=";
|
||||
};
|
||||
};
|
||||
|
||||
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "auto-close-tag";
|
||||
|
|
Loading…
Reference in a new issue