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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -25,5 +25,4 @@ For debugging the companion app used to launch browsers from remotes, the proces
25
25
- Also clone `vscode-js-debug-companion` as a sibling directory to `vscode-js-debug`.
26
26
- Run `npm run watch` for the companion.
27
27
- Run the `Extension and Companion` launch configuration.
28
-
29
-
This will cause both js-debug and its companion to boot. It sets an environment variable that forces the companion app to be used for launching the browser.
28
+
- Set `"browserLaunchLocation": "ui"` in your launch.json to route requests through the companion extension.
0 commit comments