Skip to content

Instantly share code, notes, and snippets.

@vyach-vasiliev
Last active October 31, 2025 13:17
Show Gist options
  • Save vyach-vasiliev/17f4e906cd5533005ed678d488730bd7 to your computer and use it in GitHub Desktop.
Save vyach-vasiliev/17f4e906cd5533005ed678d488730bd7 to your computer and use it in GitHub Desktop.
VSCode Problem: Mouse cursor disappears when I try to hover in the editor and terminal.

VSCode Problem: Mouse cursor disappears when I try to hover in the editor and terminal.

I met the same bug in Edge. https://issues.chromium.org/issues/40239916

If you need a workaround, change the default pointer in Windows settings (Start -> mouse pointer size -> enter),
either make it bigger, or make it black. Or turn off GPU acceleration.

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

#204181


Source: microsoft/vscode#205491 (comment)
Author: galchinsky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment