Skip to content

Commit

Permalink
Merge pull request #53 from tshino/update-wrapper-1.64.2
Browse files Browse the repository at this point in the history
Update wrappers based on vscode 1.64.2
  • Loading branch information
tshino authored Feb 13, 2022
2 parents eda2097 + c23e2dd commit 7061495
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to the Keyboard Macro Bata extension will be documented in this file.

### [Unreleased]
- Update
- Updated default keybindings based on VS Code 1.64.2 (Windows, Linux, macOS). [#53](https://github.com/tshino/vscode-kb-macro/pull/53)
- Fix
- The latest recorded sequence is played back if the 'sequence' argument has a syntax error. [#52](https://github.com/tshino/vscode-kb-macro/issues/52)

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.64.1
// Default Keybindings of Visual Studio Code 1.64.2
// 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.64.1
// Default Keybindings of Visual Studio Code 1.64.2
// 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.64.1
// Default Keybindings of Visual Studio Code 1.64.2
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
Expand Down

0 comments on commit 7061495

Please sign in to comment.