[Bug] Code Runner play button stuck in run and debug mode
- VS Code Version: 1.96.3
- OS Version: Windows 10
- Code Runner Version: 0.12.2
Describe the bug
The play/run button in the editor actions tab is stuck on the run and debug option, no matter if i manually click the dropdown and just "run code" it will never reset back to just run code, it is constantly stuck on the debugging.
To Reproduce
- Click on run and debug on the left tab
- Run and debug
- Workspace now reset the play button to run and debug permanently
Actual behavior Play/run button constantly stuck on "run and debug", it is never going back to just run Expected behavior
Code runner should automatically revert the run button to your last command, so running Ctrl + Alt + N should now revert the run button back to just run code.
Screenshots
Stuck in this mode ^
Will never go back to this no matter what I try ^
wasn't able to reproduce in vscode 1.105.1
do you still have this issue? was it possibly a vscode bug?
Just ran into this bug in vscode 1.105.1 on windows 11. I was able to get around it for now by:
-
Pressing alt+F4 to quit the program
-
Selecting the "Run Python File" in Dedicated Terminal option, whereupon the program runs once
-
Selecting the regular "Run Python File" option which fixes the selection dropdown