Skip to content

Commit 4ccad47

Browse files
lewishensongregg-miskelly
authored andcommitted
Fix servereReadyAction typo. (#3384)
1 parent aa1e017 commit 4ccad47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger-launchjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Notes about this:
6262
Code, and it also allows using a script debugger. You can continue using `launchBrowser` instead
6363
if none of those features are important to you. You also can continue to use `launchBrowser` if
6464
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).
6666
5. The way this works is that VS Code will scrape the output which is set to the console. If a line
6767
matches the pattern, it will launch a browser against the URL which was 'captured' by the pattern.
6868
Here is an explanation of what the pattern does:

0 commit comments

Comments
 (0)