I have encountered a problem when running script in vscode. Previously, when I click rum bottom on the right top, it shows:
& D:/Software/Anaconda3/envs/pytorch-gpu/python.exe "d:/Research/hyperspectral classification/classification/aa.py"
in the terminal and runs correctly. But recently, when I run the script, it shows:
& conda run -n pytorch-gpu --no-capture-output --live-stream python "d:/Research/hyperspectral classification/classification/aa.py"
and the terminal doesn't show the results.
How can I change to previous command when I click run bottom?
