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.
2 parents 23e2430 + c03ff0e commit 8061d74Copy full SHA for 8061d74
src/managers/common/nativePythonFinder.ts
@@ -196,10 +196,9 @@ class NativePythonFinderImpl implements NativePythonFinder {
196
uriSearchPaths.push(...venvFolders);
197
return { searchPaths: uriSearchPaths };
198
}
199
- } else {
200
- // if no options, then search venvFolders
201
- return { searchPaths: venvFolders };
202
+ // return undefined to use configured defaults (for nativeFinder refresh)
+ return undefined;
203
204
205
private start(): rpc.MessageConnection {
0 commit comments