Skip to content

Commit 759bd68

Browse files
committed
Changelog and Readme instructions.
1 parent 5cde51d commit 759bd68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.35.0]
8+
9+
- Support for console option with internalConsole, integratedTerminal and externalTerminal options.
10+
711
## [1.34.0]
812

913
- Partial support for virtual workspaces

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ Options specific to CLI debugging:
9797
- `cwd`: The current working directory to use when launching the script
9898
- `runtimeExecutable`: Path to the PHP binary used for launching the script. By default the one on the PATH.
9999
- `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`.
101102
- `env`: Environment variables to pass to the script
102103
- `envFile`: Optional path to a file containing environment variable definitions
103104

0 commit comments

Comments
 (0)