Skip to content

Commit

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

Update wrappers based on VS Code 1.96.2
  • Loading branch information
tshino authored Dec 21, 2024
2 parents 47251ad + 60abfe2 commit 1e84fe9
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.96.0 for Linux
// Default Keybindings of Visual Studio Code 1.96.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.96.0 for macOS
// Default Keybindings of Visual Studio Code 1.96.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.96.0 for Windows
// Default Keybindings of Visual Studio Code 1.96.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 1e84fe9

Please sign in to comment.