about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-20 11:37:45 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-20 11:39:40 +0100
commit4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c (patch)
treecd3cc14e773d893bc1422b14289e1398836b7b52 /pkgs/applications/editors
parentfc75ae719a492568ffee4b5d5c641f7cefc070f0 (diff)
downloadnixlib-4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c.tar
nixlib-4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c.tar.gz
nixlib-4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c.tar.bz2
nixlib-4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c.tar.lz
nixlib-4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c.tar.xz
nixlib-4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c.tar.zst
nixlib-4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c.zip
vscode-extensions.tim-koehler.helm-intellisense: init at 0.14.3
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index e4ecabdbdd82..80bb31648030 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -3455,6 +3455,21 @@ let
         };
       };
 
+      tim-koehler.helm-intellisense = buildVscodeMarketplaceExtension {
+        mktplcRef = {
+          name = "helm-intellisense";
+          publisher = "Tim-Koehler";
+          version = "0.14.3";
+          sha256 = "sha256-TcXn8n6mKEFpnP8dyv+nXBjsyfUfJNgdL9iSZwA5eo0=";
+        };
+        meta = {
+          description = "Extension to help writing Helm-Templates by providing intellisense";
+          downloadPage = "https://marketplace.visualstudio.com/items?itemName=Tim-Koehler.helm-intellisense";
+          homepage = "https://github.com/tim-koehler/Helm-Intellisense";
+          license = lib.licenses.mit;
+        };
+      };
+
       timonwong.shellcheck = buildVscodeMarketplaceExtension {
         mktplcRef = {
           name = "shellcheck";