File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/client/pythonEnvironments Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { ILocator } from './base/locator';
13
13
import { CachingLocator } from './base/locators/composite/cachingLocator' ;
14
14
import { PythonEnvsReducer } from './base/locators/composite/environmentsReducer' ;
15
15
import { PythonEnvsResolver } from './base/locators/composite/environmentsResolver' ;
16
- import { WindowsPathEnvVarLocator } from './base/locators/lowLevel/windowsKnownPathsLocator' ;
17
16
import { WorkspaceVirtualEnvironmentLocator } from './base/locators/lowLevel/workspaceVirtualEnvLocator' ;
18
17
import { getEnvs } from './base/locatorUtils' ;
19
18
import { initializeExternalDependencies as initializeLegacyExternalDependencies } from './common/externalDependencies' ;
@@ -117,7 +116,7 @@ function createNonWorkspaceLocators(ext: ExtensionState): ILocator[] {
117
116
// Windows specific locators go here.
118
117
new WindowsRegistryLocator ( ) ,
119
118
new WindowsStoreLocator ( ) ,
120
- new WindowsPathEnvVarLocator ( ) ,
119
+ // new WindowsPathEnvVarLocator(),
121
120
] ;
122
121
} else {
123
122
locators = [
You can’t perform that action at this time.
0 commit comments