From aa6b183262a7b54acc036b97cd576d54490ff4a9 Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Fri, 13 Sep 2024 16:47:24 +0000 Subject: [PATCH] Update for VSCode 1.93.1 --- 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 6b6dddee..c28f869e 100644 --- a/generator/default-keybindings-linux.json +++ b/generator/default-keybindings-linux.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.93.0 for Linux +// Default Keybindings of Visual Studio Code 1.93.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 432e9915..63db6fa9 100644 --- a/generator/default-keybindings-mac.json +++ b/generator/default-keybindings-mac.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.93.0 for macOS +// Default Keybindings of Visual Studio Code 1.93.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 7e0c0d93..c656231a 100644 --- a/generator/default-keybindings-win.json +++ b/generator/default-keybindings-win.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.93.0 for Windows +// Default Keybindings of Visual Studio Code 1.93.1 for Windows // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode",