Skip to content

Instantly share code, notes, and snippets.

@Forsworns
Last active April 10, 2019 10:39
Show Gist options
  • Save Forsworns/8e5867b9c1601e53e35e5f28617906c6 to your computer and use it in GitHub Desktop.
Save Forsworns/8e5867b9c1601e53e35e5f28617906c6 to your computer and use it in GitHub Desktop.
VS Code utilizes too much RAM when coding in python

see issue of the "Microsoft/python-language-server" "High memory usage #832" Since the problem is not fixed, the only suggestion is: set

"python.jediEnabled": true

to use Jedi instead of Microsoft Python Analysis Engine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment