Open
Description
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