We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d5ce4 commit 0eb28cdCopy full SHA for 0eb28cd
src/service-override/terminal.ts
@@ -9,7 +9,8 @@ import {
9
type ITerminalLaunchError,
10
type ITerminalProfile,
11
TerminalExtensions,
12
- type IPtyHostLatencyMeasurement
+ type IPtyHostLatencyMeasurement,
13
+ type IProcessProperty
14
} from 'vs/platform/terminal/common/terminal'
15
import { ITerminalLogService } from 'vs/platform/terminal/common/terminal.service'
16
import {
@@ -218,4 +219,4 @@ export default function getServiceOverride(backend?: ITerminalBackend): IEditorO
218
219
}
220
221
export { SimpleTerminalBackend, SimpleTerminalProcess }
-export type { ITerminalBackend, ITerminalChildProcess }
222
+export type { ITerminalBackend, ITerminalChildProcess, IProcessProperty }
0 commit comments