File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
workbench/contrib/terminal/common Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,6 @@ export enum TitleEventSource {
181
181
export type ITerminalsLayoutInfo = IRawTerminalsLayoutInfo < IPtyHostAttachTarget | null > ;
182
182
export type ITerminalsLayoutInfoById = IRawTerminalsLayoutInfo < number > ;
183
183
184
- export interface IRawTerminalInstanceLayoutInfo < T > {
185
- relativeSize : number ;
186
- terminal : T ;
187
- }
188
-
189
184
export enum TerminalIpcChannels {
190
185
/**
191
186
* Communicates between the renderer process and shared process.
Original file line number Diff line number Diff line change @@ -457,11 +457,6 @@ export interface IStartExtensionTerminalRequest {
457
457
callback : ( error : ITerminalLaunchError | undefined ) => void ;
458
458
}
459
459
460
- export interface IDefaultShellAndArgsRequest {
461
- useAutomationShell : boolean ;
462
- callback : ( shell : string , args : string [ ] | string | undefined ) => void ;
463
- }
464
-
465
460
export const QUICK_LAUNCH_PROFILE_CHOICE = 'workbench.action.terminal.profile.choice' ;
466
461
467
462
export const enum TerminalCommandId {
You can’t perform that action at this time.
0 commit comments