You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closesmicrosoft/vscode-python#19900
Trigger a scoped refresh instead of a full refresh when an environment
gets created, preferably only looking for the environment which gets
created.
Copy file name to clipboardExpand all lines: extensions/positron-python/src/client/pythonEnvironments/base/locators/lowLevel/customVirtualEnvLocator.ts
+3-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,9 @@ async function getVirtualEnvKind(interpreterPath: string): Promise<PythonEnvKind
78
78
/**
79
79
* Finds and resolves custom virtual environments that users have provided.
Copy file name to clipboardExpand all lines: extensions/positron-python/src/client/pythonEnvironments/base/locators/lowLevel/globalVirtualEnvronmentLocator.ts
+3-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,9 @@ async function getVirtualEnvKind(interpreterPath: string): Promise<PythonEnvKind
82
82
/**
83
83
* Finds and resolves virtual environments created in known global locations.
Copy file name to clipboardExpand all lines: extensions/positron-python/src/client/pythonEnvironments/base/locators/lowLevel/windowsKnownPathsLocator.ts
+3
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ import { DirFilesLocator } from './filesLocator';
Copy file name to clipboardExpand all lines: extensions/positron-python/src/client/pythonEnvironments/base/locators/lowLevel/workspaceVirtualEnvLocator.ts
+3-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,9 @@ async function getVirtualEnvKind(interpreterPath: string): Promise<PythonEnvKind
50
50
/**
51
51
* Finds and resolves virtual environments created in workspace roots.
0 commit comments