ekalinin/nodeenv

VScode integration

wiryonolau opened this issue · 0 comments

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.