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: debugger-launchjson.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Notes about this:
62
62
Code, and it also allows using a script debugger. You can continue using `launchBrowser` instead
63
63
if none of those features are important to you. You also can continue to use `launchBrowser` if
64
64
you want to run a specific program instead of starting the default browser.
65
-
4. More documentation for `servereReadyAction` can be found in the [Visual Studio Code February 2019 release notes](https://code.visualstudio.com/updates/v1_32#_automatically-open-a-uri-when-debugging-a-server-program).
65
+
4. More documentation for `serverReadyAction` can be found in the [Visual Studio Code February 2019 release notes](https://code.visualstudio.com/updates/v1_32#_automatically-open-a-uri-when-debugging-a-server-program).
66
66
5. The way this works is that VS Code will scrape the output which is set to the console. If a line
67
67
matches the pattern, it will launch a browser against the URL which was 'captured' by the pattern.
0 commit comments