Skip to content

Commit d1dd57e

Browse files
authored
Remove duplicate declarations in terminal (microsoft#153280)
Co-authored-by: Anthony Stewart <[email protected]>
1 parent 2509cd5 commit d1dd57e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/vs/platform/terminal/common/terminal.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ export enum TitleEventSource {
181181
export type ITerminalsLayoutInfo = IRawTerminalsLayoutInfo<IPtyHostAttachTarget | null>;
182182
export type ITerminalsLayoutInfoById = IRawTerminalsLayoutInfo<number>;
183183

184-
export interface IRawTerminalInstanceLayoutInfo<T> {
185-
relativeSize: number;
186-
terminal: T;
187-
}
188-
189184
export enum TerminalIpcChannels {
190185
/**
191186
* Communicates between the renderer process and shared process.

src/vs/workbench/contrib/terminal/common/terminal.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,6 @@ export interface IStartExtensionTerminalRequest {
457457
callback: (error: ITerminalLaunchError | undefined) => void;
458458
}
459459

460-
export interface IDefaultShellAndArgsRequest {
461-
useAutomationShell: boolean;
462-
callback: (shell: string, args: string[] | string | undefined) => void;
463-
}
464-
465460
export const QUICK_LAUNCH_PROFILE_CHOICE = 'workbench.action.terminal.profile.choice';
466461

467462
export const enum TerminalCommandId {

0 commit comments

Comments
 (0)