Skip to content

Commit

Permalink
Fix Azure view keybinding on Windows (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Jun 24, 2024
1 parent 9068b58 commit f40ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"keybindings": [
{
"command": "workbench.view.extension.azure",
"key": "ctrl+shift+a",
"win": "ctrl+shift+a",
"mac": "cmd+shift+a",
"linux": "shift+alt+a"
}
Expand Down

0 comments on commit f40ad6e

Please sign in to comment.