"Select Interpreter" leads to flickering command prompt and repeating same command
See original GitHub issueTesting #19550
rm
my instance of Python that was shown throughPython: Select Interpreter
- Reload VS Code
- Use run button to run a simple Python app, get expected case 1 error message
- Click button in case 1 notification to
Select Interpreter
- The same command is presented many times, and
Enter interpreter path
is flickering
Issue Analytics
- State:
- Created a year ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Windows Defender Causes Command Prompt To Flicker
Recently I noticed the command prompt app flickers during regular use of my computer. I'm pretty sure it is Microsoft Defender's Antimalware ...
Read more >Console application: How to update the display without flicker?
I'd like to do one of the following: - Have it only "redraw" the part of the screen that's changing (the progress portion)...
Read more >Build System - ESP32 - — ESP-IDF Programming Guide latest ...
This causes CMake to repeat this library and its dependencies more than two times on the linker command line. For example: set_property(TARGET ${COMPONENT_LIB} ......
Read more >xterm Command - IBM
The xterm command automatically highlights the text cursor when the pointer enters the window (selected) and unhighlights it when the pointer leaves the ......
Read more >Flicker, the display affliction - DXOMARK
For one thing, OLED displays and LCDs show PWM at different frequency ranges — the PWM of OLED displays range from ~50 to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I already tested cases 2 and 3 (using a dev container with Python installed), and they worked as expected. I’m only seeing this repeating and flickering behavior in case 1. Please let me know if I’m misunderstanding something.
The fix is working for me! Marking as verified.