Abstract
Optional
options: IOptionsAbstract
bufferReadonly
Abstract
dimensionsAbstract
envThe ids of extensions contributing to the environment of this terminal mapped to the provided description for their changes.
Readonly
Abstract
exitReadonly
Abstract
hiddenTerminal widget can be hidden from users until explicitly shown once.
Readonly
Abstract
kindTerminal kind that indicates whether a terminal is created by a user or by some extension for a user
The last CWD assigned to the terminal, useful when attempting getCwdURI on a task terminal fails
Readonly
Abstract
locationThe position of the terminal widget.
Abstract
onEvent that fires when the terminal input data
Abstract
onEvent that fires when the terminal is connected or reconnected
Abstract
onEvent that fires when the terminal fails to connect or reconnect
Abstract
onEvent that fires when the terminal receives a key event.
Abstract
onAbstract
onEvent that fires when the terminal size changed
Abstract
onEvent which fires when terminal did closed. Event value contains closed terminal widget definition.
Abstract
processAbstract
processGet the current executable and arguments.
Readonly
Abstract
terminalAbstract
clearAbstract
executeResolves when the command is successfully sent, this doesn't mean that it was evaluated. Might reject if terminal wasn't properly started yet.
Note that this method will try to escape your arguments as if it was someone inputting everything in a shell.
Supported shells: bash
, cmd.exe
, wsl.exe
, pwsh/powershell.exe
Abstract
getReturn Terminal search box widget.
Abstract
hasAbstract
resetAbstract
resizeAbstract
scrollAbstract
scrollAbstract
scrollAbstract
scrollAbstract
scrollAbstract
scrollAbstract
selectAbstract
sendAbstract
setAbstract
startAbstract
waitAbstract
writeAbstract
write
Terminal UI widget.