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
@@ -100,7 +100,8 @@ Options specific to CLI debugging:
100
100
-`cwd`: The current working directory to use when launching the script
101
101
-`runtimeExecutable`: Path to the PHP binary used for launching the script. By default the one on the PATH.
102
102
-`runtimeArgs`: Additional arguments to pass to the PHP binary
103
-
-`externalConsole`: Launches the script in an external console window instead of the debug console (default: `false`)
103
+
-`externalConsole`: _DEPRECATED_ Launches the script in an external console window instead of the debug console (default: `false`)
104
+
-`console`: What kind of console to use for running the script. Possible values are: `internalConsole` (default), `integratedTerminal` or `externalTerminal`.
104
105
-`env`: Environment variables to pass to the script
105
106
-`envFile`: Optional path to a file containing environment variable definitions
0 commit comments