lukas-tr / vscode-materialdesignicons-intellisense

Provides intellisense, search and hover preview for Material Design Icons
https://marketplace.visualstudio.com/items?itemName=lukas-tr.materialdesignicons-intellisense
MIT License
35 stars 7 forks source link

VSCode reports "Extension issue" #7

Closed pedrolamas closed 4 years ago

pedrolamas commented 5 years ago

The following is directly from VSCode "show running extensions" and clicking in "report issue"

{
    "messages": [],
    "activationTimes": {
        "startup": true,
        "codeLoadingTime": 1587,
        "activateCallTime": 12,
        "activateResolvedTime": 0,
        "activationEvent": "workspaceContains:node_modules/.bin/jest"
    },
    "runtimeErrors": [
        {
            "name": "SyntaxError",
            "message": "Unexpected token, expected ; (37:9)"
        },
        {
            "name": "SyntaxError",
            "message": "Unexpected token, expected ; (37:9)"
        }
    ]
}
lukas-tr commented 5 years ago

What did you do when this error occurred?

Does this still occur when all other extensions are disabled?

pedrolamas commented 5 years ago

Nothing special, actually, I was just editing my own website... the whole code and extensions I use can be seen here: https://github.com/pedrolamas/pedrolamas.com

lukas-tr commented 4 years ago

I can't reproduce this. The activation event this extension uses is *, but the one listed in the issue is workspaceContains:node_modules/.bin/jest, which is strange. It's also the same as https://github.com/jest-community/vscode-jest/blob/master/package.json#L27. Could you disable vscode-jest, relaunch vscode and check if this error still shows up?

pedrolamas commented 4 years ago

I can't repro it any more, so I'm closing this now... if I find a way to repro it consistently, I'll re-open and update!