about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-01-26 02:02:38 +0100
committerGitHub <noreply@github.com>2024-01-26 02:02:38 +0100
commit9b5e03d9c7bcf69ab2c8c6924d98a3ff1950fd8e (patch)
tree7b27e7041729076ec4980ace882ba07f54a77763 /pkgs/applications/editors
parent768362f3ea3dcdad336140058d96f270b2b08571 (diff)
parent4fabb33b3cf37c05d0bae4f58c61eddc21c3d86c (diff)
downloadnixlib-9b5e03d9c7bcf69ab2c8c6924d98a3ff1950fd8e.tar
nixlib-9b5e03d9c7bcf69ab2c8c6924d98a3ff1950fd8e.tar.gz
nixlib-9b5e03d9c7bcf69ab2c8c6924d98a3ff1950fd8e.tar.bz2
nixlib-9b5e03d9c7bcf69ab2c8c6924d98a3ff1950fd8e.tar.lz
nixlib-9b5e03d9c7bcf69ab2c8c6924d98a3ff1950fd8e.tar.xz
nixlib-9b5e03d9c7bcf69ab2c8c6924d98a3ff1950fd8e.tar.zst
nixlib-9b5e03d9c7bcf69ab2c8c6924d98a3ff1950fd8e.zip
Merge pull request #282303 from katexochen/helm-intellisense/init
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 8e99a8b44c16..0bf9ef57bcd8 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -3598,6 +3598,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";