From d80edffd5788e9b5d5fb1d7623964d67dc59e066 Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Sat, 12 Mar 2022 16:58:04 +0000 Subject: [PATCH] Update default keybindings and wrappers --- 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 9a99d64a..ef275faa 100644 --- a/generator/default-keybindings-linux.json +++ b/generator/default-keybindings-linux.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.65.0 for Linux +// Default Keybindings of Visual Studio Code 1.65.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 4a1c374f..229e11ae 100644 --- a/generator/default-keybindings-mac.json +++ b/generator/default-keybindings-mac.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.65.0 for macOS +// Default Keybindings of Visual Studio Code 1.65.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 96659b26..3798f2dc 100644 --- a/generator/default-keybindings-win.json +++ b/generator/default-keybindings-win.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.65.0 for Windows +// Default Keybindings of Visual Studio Code 1.65.2 for Windows // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode",