Protected
Readonly
CMDProtected
DEFAULT_Get the default executable.
the default terminal executable.
Protected
getGet the default terminal application on Windows.
the default application on Windows.
Protected
getFind the Windows Shell process to start up (defaults to cmd.exe).
Open a native terminal in the designated working directory.
the configuration for opening external terminals.
the string URI of the current working directory where the terminal should open from.
Protected
spawnSpawn the external terminal for the given options.
the preference configuration.
Optional
cwd: stringthe optional current working directory to spawn from.
some code copied and modified from https://github.com/microsoft/vscode/blob/1.52.1/src/vs/workbench/contrib/externalTerminal/node/externalTerminalService.ts