Python Forum

Full Version: Strange behaviour VS CODE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After one of the last updates on VS Code on Linux I noticed strange behavior. Normally I would right-click in the script window and use Run Python File in Terminal to execute the script. However now, sometimes when I paste code (e.g. from the forum) I see just Run Selection/Line in Python Terminal, without the other two options - Run in Terminal and Run Current UnitTest File.
Does anyone else have experienced the same?
I noticed same. I have been using the run code popup item, or run button instead. But even with this you have to hold right button down until item selected.