nodeenv icon indicating copy to clipboard operation
nodeenv copied to clipboard

VScode integration

Open wiryonolau opened this issue 3 years ago • 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.

wiryonolau avatar Jul 30 '22 03:07 wiryonolau