1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

Merge pull request #122988 from dbirks/vscode-tmux-keybinding-init

vscode-extensions.stephlin.vscode-tmux-keybinding: init at 0.0.6
This commit is contained in:
Sandro 2021-05-15 21:34:27 +02:00 committed by GitHub
commit f9a4fcd44c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -926,6 +926,23 @@ let
};
};
stephlin.vscode-tmux-keybinding = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-tmux-keybinding";
publisher = "stephlin";
version = "0.0.6";
sha256 = "0mph2nval1ddmv9hpl51fdvmagzkqsn8ljwqsfha2130bb7la0d9";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/stephlin.vscode-tmux-keybinding/changelog";
description = "A simple extension for tmux behavior in vscode terminal.";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=stephlin.vscode-tmux-keybinding";
homepage = "https://github.com/StephLin/vscode-tmux-keybinding";
license = licenses.mit;
maintainers = with maintainers; [ dbirks ];
};
};
streetsidesoftware.code-spell-checker = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "code-spell-checker";