felipecaputo / git-project-manager

A Git Project Manager extension for vsCode
MIT License
96 stars 34 forks source link

Extension issue #124

Open tall-developer opened 3 years ago

tall-developer commented 3 years ago

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

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 4689,
        "activateCallTime": 0,
        "activateResolvedTime": 87,
        "activationReason": {
            "startup": false,
            "extensionId": {
                "value": "felipecaputo.git-project-manager",
                "_lower": "felipecaputo.git-project-manager"
            },
            "activationEvent": "onStartupFinished"
        }
    },
    "runtimeErrors": [],
    "runningLocation": 1
}
felipecaputo commented 3 years ago

Hi @D-stroyR, this error happened when starting the extension?

Did any other message appear?

tall-developer commented 3 years ago

Evening @felipecaputo, the error occurred when I tried to run Flutter on my android emulator device. It usually delays before I can see my app running, but this time it took a while and threw me with an error message. And when I saw the notification, I then realized that I have a problem. And no there were no other messages shown apart from this one. Thanks.

felipecaputo commented 2 years ago

Hi @D-stroyR , I've did some tests and it seems like a problem with the activation events.

I've still let the StartupFinished activation event there, but I think it might be solved in the 1.8.2 version