about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-26 17:51:25 -0300
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-26 14:43:52 -0700
commit176d3299e501373551f61d239a58c14b5f93080b (patch)
tree5d59039ff0c8ee3aae0a4e0f66625485bf7f54e4 /pkgs/applications/editors/vscode
parentc84fafd005e599365d8816ee47b438338b447374 (diff)
downloadnixlib-176d3299e501373551f61d239a58c14b5f93080b.tar
nixlib-176d3299e501373551f61d239a58c14b5f93080b.tar.gz
nixlib-176d3299e501373551f61d239a58c14b5f93080b.tar.bz2
nixlib-176d3299e501373551f61d239a58c14b5f93080b.tar.lz
nixlib-176d3299e501373551f61d239a58c14b5f93080b.tar.xz
nixlib-176d3299e501373551f61d239a58c14b5f93080b.tar.zst
nixlib-176d3299e501373551f61d239a58c14b5f93080b.zip
vscode-extensions.christian-kohler.path-intellisense: 2.8.0 -> 2.8.1
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index 2ebd8e985b48..34d448f4c8ea 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -544,15 +544,15 @@ let
         mktplcRef = {
           name = "path-intellisense";
           publisher = "christian-kohler";
-          version = "2.8.0";
-          sha256 = "sha256-VPzy9o0DeYRkNwTGphC51vzBTNgQwqKg+t7MpGPLahM=";
+          version = "2.8.1";
+          sha256 = "sha256-lTKzMphkGgOG2XWqz3TW2G9sISBc/kG7oXqcIH8l+Mg=";
         };
         meta = with lib; {
           description = "Visual Studio Code plugin that autocompletes filenames";
           downloadPage = "https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense";
           homepage = "https://github.com/ChristianKohler/PathIntellisense";
           license = licenses.mit;
-          maintainers = with maintainers; [ imgabe ];
+          maintainers = with maintainers; [ imgabe superherointj ];
         };
       };