Skip to content

Commit

Permalink
Merge pull request #414 from tshino/update-default-keybinding-2024-09…
Browse files Browse the repository at this point in the history
…-13-16-47

Update wrappers based on VS Code 1.93.1
  • Loading branch information
tshino authored Sep 14, 2024
2 parents 455d306 + aa6b183 commit d186f2c
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.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",
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.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",
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.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",
Expand Down

0 comments on commit d186f2c

Please sign in to comment.