Hacker News new | ask | show | jobs
by FBISurveillance 811 days ago
I suggest you to check your extensions. Local LLMs, language server bugs, maybe even a compromised extension that mines crypto?
1 comments

On your suggestion, I tried `code --list-extensions` and got the list (working my way through them now to see if I can spot anything suspect):

akamud.vscode-theme-onedark

aliariff.vscode-erb-beautify

esbenp.prettier-vscode

github.copilot

github.copilot-chat

ibm.output-colorizer

kaiwood.endwise

ms-azuretools.vscode-docker

ms-python.debugpy

ms-python.isort

ms-python.python

ms-python.vscode-pylance

ms-toolsai.jupyter

ms-toolsai.jupyter-keymap

ms-toolsai.jupyter-renderers

ms-toolsai.vscode-jupyter-cell-tags

ms-toolsai.vscode-jupyter-slideshow

ms-vscode-remote.remote-containers

ms-vscode.cmake-tools$\n

ms-vscode.cpptools

ms-vscode.cpptools-extension-pack

ms-vscode.cpptools-themes

ms-vscode.makefile-tools

pkief.material-icon-theme

reditorsupport.r

shopify.ruby-lsp

twxs.cmake

vincaslt.highlight-matching-tag

vscodevim.vim

I’d probably try to disable them all, and see whether that has any effect in the activity monitor. If so, I’d turn them on one after the other to identify which one is the culprit.
the process explorer In vs code should give you what you need!
Excellent!

FWIW, here's the link to troubleshooting vs code performance issues from the project's GitHub Wiki:

https://github.com/Microsoft/vscode/wiki/Performance-Issues