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 11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT License.
33
4- import { Terminal , Uri , WorkspaceFolder } from 'vscode' ;
4+ import { Terminal , Uri } from 'vscode' ;
55import { getEnvExtApi , getEnvironment } from './api.internal' ;
66import { EnvironmentType , PythonEnvironment as PythonEnvironmentLegacy } from '../pythonEnvironments/info' ;
77import { PythonEnvironment , PythonTerminalOptions } from './types' ;
88import { Architecture } from '../common/utils/platform' ;
99import { parseVersion } from '../pythonEnvironments/base/info/pythonVersion' ;
1010import { PythonEnvType } from '../pythonEnvironments/base/info' ;
11- import { traceError , traceInfo } from '../logging' ;
11+ import { traceError } from '../logging' ;
1212import { reportActiveInterpreterChanged } from '../environmentApi' ;
1313import { getWorkspaceFolder , getWorkspaceFolders } from '../common/vscodeApis/workspaceApis' ;
1414
You can’t perform that action at this time.
0 commit comments