You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Win7, Vscode insider, Anaconda distribution 2019.5, python extension version 2019.5.18.426.
Issue:
using "Python: Current File" launch configure to debug python script does not recognize the python environment. When do the same thing using python extension version 2019.5.17517, the environment can be recognized after pushing F5 twice. (this is because version 2019.5.17517 automatically run command conda active base in the first F5 debug session after debug failed.
Feature desired:
automatically active environment when invoke python Debug console.
The text was updated successfully, but these errors were encountered:
gunxu2000
changed the title
automatically active environment for debugger session when select interpreter
automatically active environment in Python Debug Console
Jun 5, 2019
Win7, Vscode insider, Anaconda distribution 2019.5, python extension version 2019.5.18.426.
Issue:
using "Python: Current File" launch configure to debug python script does not recognize the python environment. When do the same thing using python extension version 2019.5.17517, the environment can be recognized after pushing F5 twice. (this is because version 2019.5.17517 automatically run command conda active base in the first F5 debug session after debug failed.
Feature desired:
automatically active environment when invoke python Debug console.
The text was updated successfully, but these errors were encountered: