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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The following options enable you to modify the state of the target application w
78
78
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.
79
79
80
80
*#### `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.
82
82
83
83
*#### `environment`
84
84
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._
169
169
Full path to debug server to launch.
170
170
171
171
*#### `debugServerArgs`
172
-
Arguments for the the debugger server.
172
+
Arguments for the debugger server.
173
173
174
174
*#### `serverStarted`
175
175
Server-started pattern to look for in the debug server output.
0 commit comments