Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit e24416c

Browse files
committed
Update README
1 parent 4e7be72 commit e24416c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The supported formats are:
149149
* A path glob, to skip all scripts that match (like `node_modules/react/*.min.js`)
150150

151151
## Page refreshing
152-
This debugger also enables you to refresh your target by simply hitting the `restart` button in the debugger UI. Additionally you can map the refresh action to your favorite keyboard shortcut by using the following key mapping:
152+
This debugger also enables you to refresh your target by simply hitting the `restart` button in the debugger UI. Additionally you can map the refresh action to your favorite keyboard shortcut. To do so, please add following key mapping to `keybindings.js` which is located in `Code => Preferences => Keyboard Shortcuts`:
153153

154154
```json
155155
{
@@ -158,6 +158,7 @@ This debugger also enables you to refresh your target by simply hitting the `res
158158
"when": "inDebugMode"
159159
}
160160
```
161+
![Refresh](https://i.imgur.com/ffGBIWG.gif) \
161162
Read more here https://github.com/Microsoft/vscode-chrome-debug-core/issues/91#issuecomment-265027348
162163

163164
## Sourcemaps

0 commit comments

Comments
 (0)