Hello,
If I create a python file with the input command and try to run it using the Play button (that uses conda run) it fails:

while it works if i run it normally (`python ...`).
The problem is not due to a bug in the extension, but in the `conda run` command itself which should be replaced by a normal python command or `conda run --no-capture-output`
ref: conda/conda#9412
My environment is:
OS: Linux via SSH Remote
Vscode: 1.103.2
SSH Remote extension: 0.120.0
Python extension: 2025.13.2025082601
Python Environments extension: 1.3.12271020
Python version: 3.12.11
Hello,
If I create a python file with the input command and try to run it using the Play button (that uses
conda run) it fails:ref: conda/conda#9412
My environment is:
OS: Linux via SSH Remote
Vscode: 1.103.2
SSH Remote extension: 0.120.0
Python extension: 2025.13.2025082601
Python Environments extension: 1.3.12271020
Python version: 3.12.11