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.
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
Replace the following code in moduleInstaller.ts to use getActiveInterpreter
moduleInstaller.ts
getActiveInterpreter
const currentInterpreter = interpreters.length > 1 ? interpreters.filter(x => fileSystem.arePathsSame(x.path, pythonPath))[0] : interpreters[0];
The text was updated successfully, but these errors were encountered:
If not urgent, I got it fixed in vsc branch, but it may take some time before I am able to integrate.
vsc
Sorry, something went wrong.
That's fine, if possible, please email me the fix ( i too can fix it, but easier this way, as you'll have less code merge conflicts)
Use an existing method to identify the active interpreter (#1215)
ba9c2f6
* 🔨 use getActiveInterpreter to get active interpreter * tests for module installer * 📝 news entry * Fixes #1015
DonJayamanne
Successfully merging a pull request may close this issue.
Replace the following code in
moduleInstaller.ts
to usegetActiveInterpreter
The text was updated successfully, but these errors were encountered: