Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huge resources hog while extension is pulling listings, enabled in general #59

Closed
Jasius opened this issue Aug 14, 2017 · 5 comments
Closed

Comments

@Jasius
Copy link

Jasius commented Aug 14, 2017

I noticed that my VSC was acting up as of late and I couldn't put my finger on what could be the cause of that until I remembered that I started using TODO extension more frequently
image
and this is how VSC ran after I disabled extension on the workspace that I do things
image

Here's the config that I use

    "todohighlight.isEnable": true,
    "todohighlight.isCaseSensitive": true,
    "todohighlight.defaultStyle": {
        "isWholeLine": "true",
        "color": "#eee"
    },
    "todohighlight.keywords": [
        {
            "text": "REMOVE:",
            "backgroundColor": "#E74C3C",
            "overviewRulerColor": "#E74C3C"
        },
        {
            "text": "BUG:",
            "backgroundColor": "#f9d0c4",
            "overviewRulerColor": "#f9d0c4",
            "color": "#332a28"
        },
        {
            "text": "DEPRECIATED:",
            "backgroundColor": "#2C3E50",
            "overviewRulerColor": "#2C3E50"
        },
        {
            "text": "DISABLED:",
            "backgroundColor": "grey",
            "overviewRulerColor": "grey"
        },
        {
            "text": "REVIEW:",
            "backgroundColor": "#3498DB",
            "overviewRulerColor": "#3498DB"
        },
        {
            "text": "REFACTOR:",
            "backgroundColor": "#3498DB",
            "overviewRulerColor": "#3498DB"
        },
        {
            "text": "IN PROGRESS:",
            "backgroundColor": "#01A2A6",
            "overviewRulerColor": "#01A2A6"
        }
    ]

If you need any other information let me know, I really like this extension and would like to continue using it if this issue gets resolved.

@Jasius
Copy link
Author

Jasius commented Aug 16, 2017

Also in some cases even after turning off VSC one instances kept running in the task manager and draining resources, battery.

@wayou
Copy link
Owner

wayou commented Aug 18, 2017

I wonder if the command List highlighted annotations causes this.
Try not using it and feedback if the situation still exists. Then I know where to start.

@Jasius
Copy link
Author

Jasius commented Aug 18, 2017

@wayou Yeah that command completely obliterates VSC and its task keeps running even when you turn off VSC. Also I excluded every build, dist, modules folder and yet it still completely destroys my system.

@wayou
Copy link
Owner

wayou commented Aug 21, 2017

You mean that event VS Code been quitted the issue still exists?
Does the List highlighted annotations command complete or stall?

I tried on Windows 7 with 3 VSC opened and commands running. Without luck to reproduce. A step by step guide is needed.

@Jasius
Copy link
Author

Jasius commented Aug 21, 2017

Does the List highlighted annotations command complete or stall?

It does complete properly.

Without luck to reproduce. A step by step guide is needed.

I'll record that whenever i'll get home.

@wayou wayou closed this as completed in e81d087 Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants