Skip to content

Commit

Permalink
Merge pull request #93 from tshino/update-default-keybinding-2022-04-…
Browse files Browse the repository at this point in the history
…09-16-59

Update wrappers based on vscode 1.66.1
  • Loading branch information
tshino authored Apr 9, 2022
2 parents 9d7a54b + a93edcf commit 8a80b7f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Keyboard Macro Bata extension will be documented in this file.

### [Unreleased]
- Update
- Update default keybindings wrappers based on vscode 1.66.1. [#93](https://github.com/tshino/vscode-kb-macro/pull/93)

### [0.12.0] - 2022-04-05
- Feature
- Enabled using saved macros during recording. [#72](https://github.com/tshino/vscode-kb-macro/issues/72)
Expand Down
2 changes: 1 addition & 1 deletion generator/default-keybindings-linux.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Default Keybindings of Visual Studio Code 1.66.0 for Linux
// Default Keybindings of Visual Studio Code 1.66.1 for Linux
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
Expand Down
2 changes: 1 addition & 1 deletion generator/default-keybindings-mac.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Default Keybindings of Visual Studio Code 1.66.0 for macOS
// Default Keybindings of Visual Studio Code 1.66.1 for macOS
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
Expand Down
2 changes: 1 addition & 1 deletion generator/default-keybindings-win.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Default Keybindings of Visual Studio Code 1.66.0 for Windows
// Default Keybindings of Visual Studio Code 1.66.1 for Windows
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
Expand Down

0 comments on commit 8a80b7f

Please sign in to comment.