mkdocs project and python.terminal.activateEnvironment #22237
Replies: 1 comment
-
Please open an issue using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a workspace with a .venv/ containing Python 3.11 and the mkdocs library for building my web site.
I'd like the environment to be activated when I open a terminal (Powershell, Windows 10) to run mkdocs. It's not activating. I can activate it manually but it would be nice to have it automatic as I think is the intention.
The only enabled extention is Python & Pylance.
python.terminal.activateEnvironment: true
I don't see any errors in the Python extension output.
Edit: by the way, this used to work, a month or so ago.
Beta Was this translation helpful? Give feedback.
All reactions