- Configure tasks
- Paste from below
- Ctrl+Shift+B on an HTML file
Created
February 25, 2017 21:24
-
-
Save borekb/269391102b75c4196a811dd805336dd5 to your computer and use it in GitHub Desktop.
VS Code 'Open in browser' task
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.1.0", | |
"command": "Chrome Canary", | |
"windows": { | |
"command": "C:\\Users\\borek\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe" | |
}, | |
"args": ["${file}"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For custom keyboard shortcut:
"key": "ctrl+shift+alt+c",
to your desired shortcut"args":
value matches"command"
name fromtasks.json
keybindings.json