mibaumgartner / vscode-PyRun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure activation of environments in new console

mibaumgartner opened this issue · comments

PyRun creates a new console to run the files. Typically, vscode automatically activates the selected environment. To ensure correct behaviour it is necessary to check the activation of the environment.

VSCode should automatically activate the necessary environment. The first execution with PyRun inside a new terminal is delayed by 2 second so the environments can be activated properly.