Skip to content

Commit eff4a7e

Browse files
authored
Detect some more missing categories (#23702)
1 parent 46d9d84 commit eff4a7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/pythonEnvironments/base/locators/common/nativePythonFinder.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ class NativeGlobalPythonFinderImpl extends DisposableBase implements NativeGloba
9797
case 'mac-command-line-tools':
9898
case 'mac-xcode':
9999
case 'windows-registry':
100+
case 'linux-global':
100101
return PythonEnvKind.System;
102+
case 'global-paths':
103+
return PythonEnvKind.OtherGlobal;
101104
case 'pyenv':
102105
case 'pyenv-other':
103106
return PythonEnvKind.Pyenv;

0 commit comments

Comments
 (0)