Skip to content

Commit e005d5f

Browse files
ILikeToHelpkimadeline
authored andcommitted
Fix name of launch option in docs (#8113)
This launch option was renamed to "Extension" in be2ae45.
1 parent acd7a3d commit e005d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ TypeScript errors and warnings will be displayed in the `Problems` window of Vis
6161
### Validate your changes
6262

6363
To test the changes you launch a development version of VS Code on the workspace vscode, which you are currently editing.
64-
Use the `Launch Extension` launch option.
64+
Use the `Extension` launch option.
6565

6666
### Debugging Unit Tests
6767

@@ -147,7 +147,7 @@ To run only the functional tests:
147147

148148
### Standard Debugging
149149

150-
Clone the repo into any directory, open that directory in VSCode, and use the `Launch Extension` launch option within VSCode.
150+
Clone the repo into any directory, open that directory in VSCode, and use the `Extension` launch option within VSCode.
151151

152152
### Debugging the Python Extension Debugger
153153

0 commit comments

Comments
 (0)