Skip to content

Commit 0eb28cd

Browse files
author
Loïc Mangeonjean
committed
fix: export required type
1 parent 79d5ce4 commit 0eb28cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/service-override/terminal.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import {
99
type ITerminalLaunchError,
1010
type ITerminalProfile,
1111
TerminalExtensions,
12-
type IPtyHostLatencyMeasurement
12+
type IPtyHostLatencyMeasurement,
13+
type IProcessProperty
1314
} from 'vs/platform/terminal/common/terminal'
1415
import { ITerminalLogService } from 'vs/platform/terminal/common/terminal.service'
1516
import {
@@ -218,4 +219,4 @@ export default function getServiceOverride(backend?: ITerminalBackend): IEditorO
218219
}
219220

220221
export { SimpleTerminalBackend, SimpleTerminalProcess }
221-
export type { ITerminalBackend, ITerminalChildProcess }
222+
export type { ITerminalBackend, ITerminalChildProcess, IProcessProperty }

0 commit comments

Comments
 (0)