From 546aec22c808969486816b439d83b9f1ae4b660d Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Fri, 20 May 2022 17:04:40 +0000 Subject: [PATCH 1/2] Update for VSCode 1.67.2 --- generator/default-keybindings-linux.json | 2 +- generator/default-keybindings-mac.json | 2 +- generator/default-keybindings-win.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/generator/default-keybindings-linux.json b/generator/default-keybindings-linux.json index 789ad0c3..4bc34e51 100644 --- a/generator/default-keybindings-linux.json +++ b/generator/default-keybindings-linux.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.67.1 for Linux +// Default Keybindings of Visual Studio Code 1.67.2 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 aca9abcb..05034c7a 100644 --- a/generator/default-keybindings-mac.json +++ b/generator/default-keybindings-mac.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.67.1 for macOS +// Default Keybindings of Visual Studio Code 1.67.2 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 8dcab6a9..69648276 100644 --- a/generator/default-keybindings-win.json +++ b/generator/default-keybindings-win.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.67.1 for Windows +// Default Keybindings of Visual Studio Code 1.67.2 for Windows // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", From 529bae7a15ce2e5696ef59ad801b5f355f2b914f Mon Sep 17 00:00:00 2001 From: tshino Date: Sat, 21 May 2022 02:34:49 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6dd4195..bdad4260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to the Keyboard Macro Bata extension will be documented in t ### [Unreleased] - Update - Update default keybindings wrappers based on vscode 1.67.1. [#106](https://github.com/tshino/vscode-kb-macro/pull/106) + - Update default keybindings wrappers based on vscode 1.67.2. [#108](https://github.com/tshino/vscode-kb-macro/pull/108) - Internal - Added summary output for the automated workflow. [#102](https://github.com/tshino/vscode-kb-macro/pull/102)