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:16:47 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-20 11:17:07 +0100
commit92c1df191bb5e17d0985beed64f94065233c2076 (patch)
treebb19b7ddab0099d31698adee338c1a83ed9e5d3c /pkgs/applications/editors
parentfc75ae719a492568ffee4b5d5c641f7cefc070f0 (diff)
downloadnixlib-92c1df191bb5e17d0985beed64f94065233c2076.tar
nixlib-92c1df191bb5e17d0985beed64f94065233c2076.tar.gz
nixlib-92c1df191bb5e17d0985beed64f94065233c2076.tar.bz2
nixlib-92c1df191bb5e17d0985beed64f94065233c2076.tar.lz
nixlib-92c1df191bb5e17d0985beed64f94065233c2076.tar.xz
nixlib-92c1df191bb5e17d0985beed64f94065233c2076.tar.zst
nixlib-92c1df191bb5e17d0985beed64f94065233c2076.zip
vscode-extensions.albymor.increment-selection: init at 0.2.0
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..f4b0969bd212 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -122,6 +122,21 @@ let
         };
       };
 
+      albymor.increment-selection = buildVscodeMarketplaceExtension {
+        mktplcRef = {
+          name = "increment-selection";
+          publisher = "albymor";
+          version = "0.2.0";
+          sha256 = "sha256-iP4c0xLPiTsgD8Q8Kq9jP54HpdnBveKRY31Ro97ROJ8=";
+        };
+        meta = {
+          description = "Increment, decrement or reverse selection with multiple cursors";
+          downloadPage = "https://marketplace.visualstudio.com/items?itemName=albymor.increment-selection";
+          homepage = "https://github.com/albymor/Increment-Selection";
+          license = lib.licenses.mit;
+        };
+      };
+
       alefragnani.bookmarks = buildVscodeMarketplaceExtension {
         mktplcRef = {
           name = "bookmarks";