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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,8 @@ Options specific to CLI debugging:
97
97
-`cwd`: The current working directory to use when launching the script
98
98
-`runtimeExecutable`: Path to the PHP binary used for launching the script. By default the one on the PATH.
99
99
-`runtimeArgs`: Additional arguments to pass to the PHP binary
100
-
-`externalConsole`: Launches the script in an external console window instead of the debug console (default: `false`)
100
+
-`externalConsole`: _DEPRECATED_ Launches the script in an external console window instead of the debug console (default: `false`)
101
+
-`console`: What kind of console to use for running the script. Possible values are: `internalConsole` (default), `integratedTerminal` or `externalTerminal`.
101
102
-`env`: Environment variables to pass to the script
102
103
-`envFile`: Optional path to a file containing environment variable definitions
0 commit comments