Merge pull request #293545 from ttschnz/master
vscode-extensions.smcpeak.default-keys-windows: init at 0.0.10
This commit is contained in:
commit
899c571a71
1 changed files with 17 additions and 0 deletions
|
@ -3774,6 +3774,23 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
smcpeak.default-keys-windows = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "default-keys-windows";
|
||||
publisher = "smcpeak";
|
||||
version = "0.0.10";
|
||||
sha256 = "sha256-v1JY5ZGWOfF14H235Y9CLlPwIvmNwCeRhIkdmcgCCFU=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://github.com/smcpeak/vscode-default-keys-windows/blob/master/CHANGELOG.md";
|
||||
description = "VSCode extension that provides default Windows keybindings on any platform";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=smcpeak.default-keys-windows";
|
||||
homepage = "https://github.com/smcpeak/vscode-default-keys-windows";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
sonarsource.sonarlint-vscode = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "sonarlint-vscode";
|
||||
|
|
Loading…
Reference in a new issue