开发者

vscode keeps printing path to python and cwd every time I run a script

开发者 https://www.devze.com 2022-12-07 23:34 出处:网络
As title, vscode keeps printing the path to python.exe and 开发者_JS百科cwd every time I run a script. This started happening after I set up a venv and someone on reddit suggested that it was due to t

As title, vscode keeps printing the path to python.exe and 开发者_JS百科cwd every time I run a script. This started happening after I set up a venv and someone on reddit suggested that it was due to the venv. However, it continues to happen outside of the venv.

vscode keeps printing path to python and cwd every time I run a script

I know that I can do something with code runner but I'd rather understand exactly why this happens and how to stop it without using code runner, as it didn't happen before. Thank you for your time.

I tried setting "console": "internalConsole" in launch.json, but it didn't work. I tried setting the interpreter to a different path, no dice.

0

精彩评论

暂无评论...
验证码 换一张
取 消