Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
79 stars 32 forks source link

Blaming still open and deleted file crashes the extension #54

Closed dmitriismitnov closed 5 years ago

dmitriismitnov commented 5 years ago
{
    "messages": [],
    "activationTimes": {
        "startup": true,
        "codeLoadingTime": 43,
        "activateCallTime": 1,
        "activateResolvedTime": 15,
        "activationEvent": "*"
    },
    "runtimeErrors": [
        {
            "name": "Error",
            "message": "ENOENT: no such file or directory, watch #PATH_TO_FILE'"
        }
    ]
}
Sertion commented 5 years ago

Hey dmitriismitnov.

Thank you for the report.

Where you looking at a file that was removed from the disk when this error occurred?

Sertion commented 5 years ago

Thank you for your report. A fix will be uploaded to the marketplace shortly.