You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: launch.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Set or change the following options to control VS Code's behavior during debuggi
70
70
The following options enable you to modify the state of the target application when it is launched:
71
71
72
72
*#### `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.
74
74
75
75
*#### `cwd`
76
76
Sets the the working directory of the application launched by the debugger.
0 commit comments