Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

New Code Lens Feature Trashes CPU On Scroll #963

@thedillonb

Description

@thedillonb

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:

screen shot 2017-05-04 at 4 28 49 pm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions