Skip to content
New issue

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

VScode integration #311

Open
wiryonolau opened this issue Jul 30, 2022 · 0 comments
Open

VScode integration #311

wiryonolau opened this issue Jul 30, 2022 · 0 comments

Comments

@wiryonolau
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant