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 37a7ec5 commit 2edad5eCopy full SHA for 2edad5e
src/client/pythonEnvironments/base/index.ts renamed to src/client/pythonEnvironments/base/info/index.ts
@@ -1,8 +1,8 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT License.
3
4
-import { Architecture } from '../../common/utils/platform';
5
-import { Version, VersionInfo } from '../../common/utils/version';
+import { Architecture } from '../../../common/utils/platform';
+import { Version, VersionInfo } from '../../../common/utils/version';
6
7
/**
8
* IDs for the various supported Python environments.
0 commit comments