You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Debug > Start Debugging or Debug > Start Without Debugging, the program should start in a timely manner and write its output to the console.
Actual behaviour
Starting from the second use of each function, VS code produces a wall of text on the console for several seconds before the program starts. The users PowerShell console history outside of VS Code is also spammed with the messages.
This happens for either start option independently, the first execution of both works as expected.
Steps to reproduce:
Start the program through Debug > Start Debugging or Debug > Start Without Debugging
Wait for the program to finish
Start another debugging session through the same method as 1.
(optional) Open a PowerShell independently of VS Code and press the up arrow to cycle through the messages.
Logs
The Output console shows nothing beyond a suggestion to install pylint.
Environment data
"python.jediEnabled"set to; more info How to update the language server to the latest stable version #3977): JediExpected behaviour
When using Debug > Start Debugging or Debug > Start Without Debugging, the program should start in a timely manner and write its output to the console.
Actual behaviour
Starting from the second use of each function, VS code produces a wall of text on the console for several seconds before the program starts. The users PowerShell console history outside of VS Code is also spammed with the messages.
This happens for either start option independently, the first execution of both works as expected.
Steps to reproduce:
(optional) Open a PowerShell independently of VS Code and press the up arrow to cycle through the messages.
Logs
The Output console shows nothing beyond a suggestion to install pylint.
I have uploaded the offending output from Terminal > Python Debug Console here for brevity: https://gist.github.com/niwax/e42c80ff9bbe104a4a86e2554fa95bea