This commit is contained in:
Daniel Imms 2019-07-02 09:48:03 -07:00
parent b96cbd870b
commit 059c302338

View file

@ -184,12 +184,13 @@ export interface IShellLaunchConfig {
initialText?: string;
/**
* When true the terminal will be created with no process. This is primarily used to give
* extensions full control over the terminal.
* @deprecated use `isVirtualProcess`
*/
isRendererOnly?: boolean;
/**
* When true an extension is acting as the terminal's process.
*/
isVirtualProcess?: boolean;
/**