Skip to content

Commit

Permalink
#38 & #55 issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwickdey committed Dec 19, 2017
1 parent 86484ed commit 799a92c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@
{
"command": "extension.liveServer.goOffline",
"key": "alt+L C",
"when": "editorTextFocus"
"when": "editorTextFocus",
"mac": "cmd+L C"
},
{
"command": "extension.liveServer.goOnline",
"key": "alt+L O",
"when": "editorTextFocus"
"when": "editorTextFocus",
"mac": "cmd+L O"
}
],
"menus": {
Expand Down

0 comments on commit 799a92c

Please sign in to comment.