mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 05:14:45 +00:00
Merge pull request #282295 from katexochen/increment-selection/init
vscode-extensions.albymor.increment-selection: init at 0.2.0
This commit is contained in:
commit
31c6aff1e3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user