From a2f9fbb913cf311a46e320797e64d6fc7c814610 Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Fri, 19 Jan 2024 16:46:02 +0000 Subject: [PATCH] Update for VSCode 1.85.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 93d08935..aefe1702 100644 --- a/generator/default-keybindings-linux.json +++ b/generator/default-keybindings-linux.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.85.1 for Linux +// Default Keybindings of Visual Studio Code 1.85.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 1a713796..ede9ac31 100644 --- a/generator/default-keybindings-mac.json +++ b/generator/default-keybindings-mac.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.85.1 for macOS +// Default Keybindings of Visual Studio Code 1.85.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 bc999dd2..72a6cd76 100644 --- a/generator/default-keybindings-win.json +++ b/generator/default-keybindings-win.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.85.1 for Windows +// Default Keybindings of Visual Studio Code 1.85.2 for Windows // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode",