Closed
Description
Environment data
- VS Code version: 1.29.1
- Extension version (available under the Extensions sidebar): 2018.11.0
- OS and version: Windows 10
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.7
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): No
- Relevant/affected Python packages and their versions: XXX
Actual behavior
Since update to 2018.11.0 after some minutes of work dozens of python processes are started. Currently ~150 processes and 4.5 GB of memory is used!!
It seems each time I switch to another python file tab or change and save a python file a new python process is started. Very strange.