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
Hi opening virtual environment that created using virtualenv the terminal can automatically activate the .env folder when this two option is enable
{ "python.terminal.activateEnvironment": true, "python.terminal.activateEnvInCurrentTerminal": true, }
Every time we open vscode in terminal it shown that it call this command
source .env/bin/activate
But when opening virtual environment that created using nodeenv it didn't call this command. Any idea ? I thought both are base on python
My scenario is nodeenv is not loaded inside virtualenv.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi opening virtual environment that created using virtualenv the terminal can automatically activate the .env folder when this two option is enable
Every time we open vscode in terminal it shown that it call this command
source .env/bin/activate
But when opening virtual environment that created using nodeenv it didn't call this command. Any idea ?
I thought both are base on python
My scenario is nodeenv is not loaded inside virtualenv.
The text was updated successfully, but these errors were encountered: