Skip to content

Commit

Permalink
Fix typos in launch.md (#3027)
Browse files Browse the repository at this point in the history
* Fix typos in launch.md
  • Loading branch information
jogo- authored and sean-mcmanus committed Jan 17, 2019
1 parent 33e7d70 commit 3b8c314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following options enable you to modify the state of the target application w
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.

* #### `cwd`
Sets the the working directory of the application launched by the debugger.
Sets the working directory of the application launched by the debugger.

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

* #### `debugServerArgs`
Arguments for the the debugger server.
Arguments for the debugger server.

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

0 comments on commit 3b8c314

Please sign in to comment.