Closed as not planned
Description
- Create an empty folder
- Inside, create a virtual environment:
python3 -m venv .venv
- Open it with VS Code
- Install the Python extension
- Open a Terminal
🐛 The virtual environment won't be detected. It seems that it will only be detected once I open a Python file. And even then...
🐛 ... sometimes the following dialog shows up:
Is this even necessary? Feels like a very strange message to see as a user. If the environment was correctly applied, should we not find a better way to tell the user that it was indeed applied, instead of telling them "trust us"?