You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
vsc v1.30.2, windows10
ms-python.python v2018.12.1
python 3.7.2 via -m venv
From time to time if I press ctrl+mouseclick to follow a code, like here it was just on json.dump.
(doesnt matter if it is basic modules or
the animation below the folders goes indefinitely and Microsoft.Python.Language.Server.exe
start eating memory, until all my 32GB has been eaten up around 100MB minute.
CPU around 20-25% (But ist a quite fast I7-7900)
Below is a snapshot just after it started happening:
I then just kill the language Server and then ctrl+click is snappy again.
This has occured for me since summer almost daily.
On linux with same code, vsc, same plugins and same python, but using pyenv instead of venv,
Never any problems.