You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
The new code lens feature, while awesome, is going to town on my CPU when simply scrolling through go files. The GURU process spawns and immediately eats into available CPU:
This results in a choppy scroll experience and only subsides when left alone for a while. My only course of action to mitigate this is to add:
"[go]": {"editor.codeLens": false}
I am running on OSX 10.12.1 on the latest VS Code and VSCode-Go releases.
The new code lens feature, while awesome, is going to town on my CPU when simply scrolling through go files. The GURU process spawns and immediately eats into available CPU:
This results in a choppy scroll experience and only subsides when left alone for a while. My only course of action to mitigate this is to add:
I am running on OSX 10.12.1 on the latest VS Code and VSCode-Go releases.