79111922

Date: 2024-10-21 22:31:22
Score: 1
Natty:
Report link

Ensure your VM has enough RAM so the language server doesn't OOM

If you're running several plugins and language servers, ensure the instance where you are running vscode has enough memory.

I was running vscode with ssh into a virtualbox, and well, I didn't allocate enough memory for the pylance language server to run, because it basically installs a nodejs server and runs it back vscode on your host machine.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: jm-nab