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 4
4
import { Terminal , Uri } from 'vscode' ;
5
5
import { getEnvExtApi , getEnvironment } from './api.internal' ;
6
6
import { EnvironmentType , PythonEnvironment as PythonEnvironmentLegacy } from '../pythonEnvironments/info' ;
7
- import { PythonEnvironment , PythonTerminalOptions } from './types' ;
7
+ import { PythonEnvironment , PythonTerminalCreateOptions } from './types' ;
8
8
import { Architecture } from '../common/utils/platform' ;
9
9
import { parseVersion } from '../pythonEnvironments/base/info/pythonVersion' ;
10
10
import { PythonEnvType } from '../pythonEnvironments/base/info' ;
@@ -137,7 +137,7 @@ export async function resetInterpreterLegacy(uri: Uri | undefined): Promise<void
137
137
138
138
export async function ensureTerminalLegacy (
139
139
resource : Uri | undefined ,
140
- options ?: PythonTerminalOptions ,
140
+ options ?: PythonTerminalCreateOptions ,
141
141
) : Promise < Terminal > {
142
142
const api = await getEnvExtApi ( ) ;
143
143
const pythonEnv = await api . getEnvironment ( resource ) ;
You can’t perform that action at this time.
0 commit comments