Skip to content

Commit

Permalink
Merge pull request #74 from tshino/update-default-keybinding-2022-03-…
Browse files Browse the repository at this point in the history
…12-16-58

Update wrappers based on vscode 1.65.2
  • Loading branch information
tshino authored Mar 12, 2022
2 parents 1e11852 + d80edff commit 947648f
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.65.0 for Linux
// Default Keybindings of Visual Studio Code 1.65.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.65.0 for macOS
// Default Keybindings of Visual Studio Code 1.65.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.65.0 for Windows
// Default Keybindings of Visual Studio Code 1.65.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 947648f

Please sign in to comment.