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 0c7483a commit 67d9831Copy full SHA for 67d9831
src/client/pythonEnvironments/legacyIOC.ts
@@ -292,6 +292,7 @@ class ComponentAdapter implements IComponentAdapter {
292
const query: PythonLocatorQuery = {
293
searchLocations: {
294
roots: [workspaceFolder.uri],
295
+ doNotIncludeNonRooted: true,
296
},
297
};
298
if (options?.ignoreCache) {
0 commit comments