Skip to content

Commit 6517b8e

Browse files
authored
Update launch.md for args to include comment about doublequoting (#1794)
* Update launch.md * Update launch.md
1 parent a44bab5 commit 6517b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Set or change the following options to control VS Code's behavior during debuggi
7070
The following options enable you to modify the state of the target application when it is launched:
7171

7272
* #### `args`
73-
JSON array of command line arguments to pass to the program when it is launched. Example `["arg1", "arg2]`.
73+
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.
7474

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

0 commit comments

Comments
 (0)