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
VS Code version: 1.18.1
Python Extension version: 0.80.0
Python Version: 3.4.2
OS and version: Windows 10
Actual behaviour
F5 or Control F5 does not react when I want to start debugging/running my python script
Clicking ">Python" in the tray, then Debug in Python on top of the screen works, but it does not clean "Debug Console" window anymore.
Expected behaviour
The script should run as it was running in Vscode 1.17, when keys are used.
Debug screen should be cleared on each run, or configurable.
Steps to reproduce:
open python script in vscode.
Press "F5" to debug it
Press "Ctrl F5" to run it
Logs
Output from Python output panel
Output from Console window (Help->Developer Tools menu)
Environment data
VS Code version: 1.18.1
Python Extension version: 0.80.0
Python Version: 3.4.2
OS and version: Windows 10
Actual behaviour
F5 or Control F5 does not react when I want to start debugging/running my python script
Clicking ">Python" in the tray, then Debug in Python on top of the screen works, but it does not clean "Debug Console" window anymore.
Expected behaviour
The script should run as it was running in Vscode 1.17, when keys are used.
Debug screen should be cleared on each run, or configurable.
Steps to reproduce:
open python script in vscode.
Press "F5" to debug it
Press "Ctrl F5" to run it
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)No logs whatsoever, it just does nothing.
This is a copy of: microsoft/vscode#38371
The text was updated successfully, but these errors were encountered: