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.
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.
精彩评论