Whinarn / vscode-python-auto-venv

Automatic selection of Python virtual environments in Visual Studio Code.
MIT License
9 stars 5 forks source link

WIP: Python interpreter path service #13

Open Whinarn opened 3 years ago

Whinarn commented 3 years ago

This is a preparation for getting and setting the python path for the official Python extension using the new interpreter path service which has not yet been exposed publicly from the extension.

Latest exposed API can be viewed here: https://github.com/microsoft/vscode-python/blob/main/src/client/api.ts

Follow updates here: https://github.com/microsoft/vscode-python/issues/12313 https://github.com/microsoft/vscode-python/issues/2125

Closes https://github.com/Whinarn/vscode-python-auto-venv/issues/11