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 472c1c1 commit cc548e8Copy full SHA for cc548e8
src/client/envExt/envExtApi.ts
@@ -25,9 +25,8 @@ import {
25
PythonEnvironmentApi,
26
} from './types';
27
import { FileChangeType } from '../common/platform/fileSystemWatcher';
28
-import { Architecture } from '../common/utils/platform';
+import { Architecture, isWindows } from '../common/utils/platform';
29
import { parseVersion } from '../pythonEnvironments/base/info/pythonVersion';
30
-import { isWindows } from '../common/platform/platformService';
31
32
function getKind(pythonEnv: PythonEnvironment): PythonEnvKind {
33
if (pythonEnv.envId.managerId.toLowerCase().endsWith('system')) {
0 commit comments