Visual Studio Code Intellisense is very slow - Is there anything I can do?

前端 未结 7 1597
逝去的感伤
逝去的感伤 2021-01-30 19:28

Edit: Pylance seems to be much better at this and has so far resolved all problems with the previous Python language server from Microsoft.

I\'m using VS Code an

7条回答
  •  生来不讨喜
    2021-01-30 20:07

    Open Command Palette (Ctrl+Shift+P)

    Select Developer: show running extension

    You will get their list of extensions and their reboot time

    If extension takes more than 500ms to activate there seems to be a problem with it

    You can press on right click and stop it

    more details...

提交回复
热议问题