Closed
Description
Environment data
- VS Code version: 1.25.1
- Extension version (available under the Extensions sidebar): 2018.6.0
- OS and version: MacOS High Sierra
- Python version (& distribution if applicable, e.g. Anaconda): 3.6.6
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): Conda
- Relevant/affected Python packages and their versions: Dash 0.21.1
Actual behavior
I am writing an app using Dash library. The extension would fire up a python process pretty frequently that is pretty CPU heavy. I am not sure what the process does, but I am suspecting that it is trying to do something that helps the autocompletion feature. Also, the autocomplete or suggestions are pretty slow. Anybody else with the same experience?