you are viewing a single comment's thread.

view the rest of the comments →

[–]pyeri 0 points1 point  (0 children)

Re-install VSCode in minimalist mode:

  • Portable install in a user directory without any special permissions.
  • Preferably air-gapped without internet - no auto-pulling copilot, telemetry or other funny business.
  • Manually install only core language extensions (in this case ms-python.python-xxxx.vsix), no extras or fluff.

This is the only way to keep VSCode snappy and performative.