Type: Bug Description When running Python code that requires blocking input (e.g., input ()) for the first time in a new shell, VS Code triggers an unexpected KeyboardInterrupt. This issue only occurs ...
Graceful shutdown should be an inseparable part of every serious application. But graceful shutdowns are often hard, especially in the case of Python. There are numerous questions on StackOverflow ...