Skip to content

Commit 3b8c314

Browse files
jogo-sean-mcmanus
authored andcommitted
Fix typos in launch.md (#3027)
* Fix typos in launch.md
1 parent 33e7d70 commit 3b8c314

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

launch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following options enable you to modify the state of the target application w
7878
JSON array of command line arguments to pass to the program when it is launched. Example `["arg1", "arg2"]`. If you are escaping characters you will need to double escape them. For example `["{\\\"arg\\\": true}]` will send `{"arg1": true}` to your application.
7979

8080
* #### `cwd`
81-
Sets the the working directory of the application launched by the debugger.
81+
Sets the working directory of the application launched by the debugger.
8282

8383
* #### `environment`
8484
Environment variables to add to the environment for the program. Example: `[ { "name": "squid", "value": "clam" } ]`.
@@ -169,7 +169,7 @@ _Note: core dump debugging is not supported with MinGw._
169169
Full path to debug server to launch.
170170

171171
* #### `debugServerArgs`
172-
Arguments for the the debugger server.
172+
Arguments for the debugger server.
173173

174174
* #### `serverStarted`
175175
Server-started pattern to look for in the debug server output.

0 commit comments

Comments
 (0)