We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d35ed5 + 8061d74 commit bcd82c7Copy full SHA for bcd82c7
1 file changed
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