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

Commit 0cfdfc7

Browse files
committed
Update READMD
1 parent e24416c commit 0cfdfc7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
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. To do so, please add following key mapping to `keybindings.js` which is located in `Code => Preferences => Keyboard Shortcuts`:
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 adding the following key mapping to [Key Bindings](https://code.visualstudio.com/docs/getstarted/keybindings):
153153

154154
```json
155155
{
@@ -158,7 +158,6 @@ 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) \
162161
Read more here https://github.com/Microsoft/vscode-chrome-debug-core/issues/91#issuecomment-265027348
163162

164163
## Sourcemaps

0 commit comments

Comments
 (0)