We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing #18727
When using two conda envs with the same interpreter path, the following event must support the new type EnvPathType
EnvPathType
Else its not possible to know what got updated, as the path isn't the key anymore
The text was updated successfully, but these errors were encountered:
path here can refer to the path to environment folder, as the API doc says:
path
vscode-python/src/client/apiTypes.ts
Lines 103 to 111 in f1d0509
So the envs are still distinguishable.
Sorry, something went wrong.
karrtikr
No branches or pull requests
Testing #18727
When using two conda envs with the same interpreter path, the following event must support the new type
EnvPathType
Else its not possible to know what got updated, as the path isn't the key anymore
The text was updated successfully, but these errors were encountered: