about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYoav Lavi <yoav@yoavlavi.com>2023-07-30 17:06:44 +0300
committerYoav Lavi <yoav@yoavlavi.com>2023-07-31 22:41:26 +0300
commit637af7a0fc7cd6b0ae3485feba896bb3eea0728e (patch)
tree66704a8fae45c2579a222abce5dc08406ec6d9e4 /pkgs
parent869f62aa48fa76aa0909f80630c8517a7f09ff0a (diff)
vscode-extensions.bierner.docs-view: init at 0.0.11
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index 7e4edea47bfcd..183687d4aa080 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -507,6 +507,22 @@ let
         };
       };
 
+       bierner.docs-view = buildVscodeMarketplaceExtension {
+        mktplcRef = {
+          name = "docs-view";
+          publisher = "bierner";
+          version = "0.0.11";
+          sha256 = "sha256-3njIL2SWGFp87cvQEemABJk2nXzwI1Il/WG3E0ZYZxw=";
+        };
+        meta = {
+          changelog = "https://marketplace.visualstudio.com/items/bierner.docs-view/changelog";
+          description = "A VSCode extension that displays documentation in the sidebar or panel";
+          downloadPage = "https://marketplace.visualstudio.com/items?itemName=bierner.docs-view";
+          homepage = "https://github.com/mattbierner/vscode-docs-view#readme";
+          license = lib.licenses.mit;
+        };
+      };
+
       bierner.emojisense = buildVscodeMarketplaceExtension {
         mktplcRef = {
           name = "emojisense";