Closed
Description
From @alonke on December 8, 2017 14:58
- VSCode Version: 1.18.1
- OS Version: Ubuntu 16.04
Steps to Reproduce:
- Ctrl + F5 on a python script
The script runs for the first time. Afterwards neither F5 or Ctrl+F5 work anymore. Only running it from the command palette as "debug Python" will run it. At this point the call stack shows two python processes. The running one and the one ran using Ctrl+F5, which is is not possible to terminate.
Reproduces without extensions: No
Copied from original issue: microsoft/vscode#39927