File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44import { Terminal , Uri } from 'vscode' ;
55import { getEnvExtApi , getEnvironment } from './api.internal' ;
66import { EnvironmentType , PythonEnvironment as PythonEnvironmentLegacy } from '../pythonEnvironments/info' ;
7- import { PythonEnvironment , PythonTerminalOptions } from './types' ;
7+ import { PythonEnvironment , PythonTerminalCreateOptions } from './types' ;
88import { Architecture } from '../common/utils/platform' ;
99import { parseVersion } from '../pythonEnvironments/base/info/pythonVersion' ;
1010import { PythonEnvType } from '../pythonEnvironments/base/info' ;
@@ -137,7 +137,7 @@ export async function resetInterpreterLegacy(uri: Uri | undefined): Promise<void
137137
138138export async function ensureTerminalLegacy (
139139 resource : Uri | undefined ,
140- options ?: PythonTerminalOptions ,
140+ options ?: PythonTerminalCreateOptions ,
141141) : Promise < Terminal > {
142142 const api = await getEnvExtApi ( ) ;
143143 const pythonEnv = await api . getEnvironment ( resource ) ;
You can’t perform that action at this time.
0 commit comments