Search This Blog

Wednesday, June 19

VS Code is very slow and laggy on Linux

 For those having this issue on Linux, please try to disable the hardware acceleration:

  1. Open the command palette (Ctrl + Shift + P)
  2. Enter "Preferences: Configure Runtime Arguments"
  3. Uncomment or add the config: "disable-hardware-acceleration": true
  4. Restart VS Code

No comments:

Post a Comment