mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
move splitActiveTerminal into location
This commit is contained in:
@@ -52,7 +52,10 @@ export interface ITerminalInternalOptions {
|
||||
isFeatureTerminal?: boolean;
|
||||
useShellEnvironment?: boolean;
|
||||
resolvedExtHostIdentifier?: ExtHostTerminalIdentifier;
|
||||
splitActiveTerminal?: boolean;
|
||||
/**
|
||||
* This location is different from the API location because it can include splitActiveTerminal,
|
||||
* a property we resolve internally
|
||||
*/
|
||||
location?: TerminalLocation | { viewColumn: number, preserveState?: boolean } | { splitActiveTerminal: boolean };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user