ghmcadams / vscode-lintlens

Augment your ESLint rules in Visual Studio Code - Adds metadata beside each ESLint rule.
MIT License
42 stars 9 forks source link

Extension issue #34

Closed zkimyes closed 3 years ago

zkimyes commented 3 years ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:

ghmcadams commented 3 years ago

@zkimyes, It appears that there was supposed to be some data for you to paste, but I see none. Could you please paste it here?

Thank you, Gabriel

jerone commented 3 years ago

This is my report, but i doubt it's useful:

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 17439,
        "activateCallTime": 0,
        "activateResolvedTime": 715,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "ghmcadams.lintlens",
                "_lower": "ghmcadams.lintlens"
            },
            "activationEvent": "workspaceContainsTimeout:**/.eslintrc*,**/package.json"
        }
    },
    "runtimeErrors": []
}
ghmcadams commented 3 years ago

@zkimyes and @jerone I am not sure what the issue is? Could you please provide some information about the bug? Expected vs actual would be helpful. What you were doing when it happened. Anything that can tell me what I am looking for and what is going on.

Thank you, Gabriel

jerone commented 3 years ago

These kind of reports are generated when opening VSCode. So, I'm not doing anything, VSCode is just loading extensions and configurations.

What I do find interesting is the activation event; does that exclude node_modules folder?

ghmcadams commented 3 years ago

@jerone unfortunately, there is nothing I can do at this time. The description of an issue is missing and the report does not tell me much of anything. I am closing this for now. Please open a new issue if you notice anything specific and actionable.

Thank you, Gabriel