diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ad0c5e..f039360a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/generator/default-keybindings-linux.json b/generator/default-keybindings-linux.json index 7e53c523..d6014976 100644 --- a/generator/default-keybindings-linux.json +++ b/generator/default-keybindings-linux.json @@ -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", diff --git a/generator/default-keybindings-mac.json b/generator/default-keybindings-mac.json index 26b19dac..0af9626c 100644 --- a/generator/default-keybindings-mac.json +++ b/generator/default-keybindings-mac.json @@ -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", diff --git a/generator/default-keybindings-win.json b/generator/default-keybindings-win.json index 735d0822..ea22ec60 100644 --- a/generator/default-keybindings-win.json +++ b/generator/default-keybindings-win.json @@ -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",