https://github.com/microsoft/vscode-python/blob/f1d0509edfb27ab17febc3026a70f5880e204a29/src/client/pythonEnvironments/base/info/index.ts#L11-L29 - Remove unused types, for eg. `CondaBase`, `MacDefault` etc. - Cleanup the string values, for eg. 'global-poetry' isn't correct as poetry envs can be local too.
vscode-python/src/client/pythonEnvironments/base/info/index.ts
Lines 11 to 29 in f1d0509
CondaBase,MacDefaultetc.