You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ The supported formats are:
149
149
* A path glob, to skip all scripts that match (like `node_modules/react/*.min.js`)
150
150
151
151
## 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`:
153
153
154
154
```json
155
155
{
@@ -158,6 +158,7 @@ This debugger also enables you to refresh your target by simply hitting the `res
158
158
"when": "inDebugMode"
159
159
}
160
160
```
161
+
\
161
162
Read more here https://github.com/Microsoft/vscode-chrome-debug-core/issues/91#issuecomment-265027348
0 commit comments