Skip to content

Commit

Permalink
Merge pull request #328 from tshino/update-default-keybinding-2024-01…
Browse files Browse the repository at this point in the history
…-19-16-46

Update wrappers based on VS Code 1.85.2
  • Loading branch information
tshino authored Jan 19, 2024
2 parents 9a9d16f + a2f9fbb commit ae2c620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generator/default-keybindings-linux.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion generator/default-keybindings-mac.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion generator/default-keybindings-win.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ae2c620

Please sign in to comment.