Skip to content

logs in integrated terminal will be cleared after each run #496

Open
@wohenbushuang

Description

@wohenbushuang

Click the "run in terminal" or "run in dedicated terminal" button on the right of an opened python file tag, the following command will be executed in the integral terminal

conda run --live-stream --name <env> python <path>/main.py

The python file will be executed in integrated terminal first, but the logs it printed will be cleared after the run finished.

After disbaling this extension, everything return fine with clicking the button and the following command will be executed

D:/ProgramData/miniconda3/envs/<env>/python.exe <path>/main.py

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions