Sertion / vscode-gitblame

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

TypeError: Cannot read properties of undefined (reading 'toLowerCase') #155

Closed andretf closed 9 months ago

andretf commented 9 months ago

VSCode Insiders 1.83.0 MacOs Ventura 13.5.2

Error logged to Dev tools Console:

console.ts:137 [Extension Host] Unhandled promise rejection:  TypeError: Cannot read properties of undefined (reading 'toLowerCase')
    at D.normalizeWindowsDriveLetter (/Users/andre/.vscode-insiders/extensions/waderyan.gitblame-10.5.0/out/src/index.js:2:7615)
    at D.addFile (/Users/andre/.vscode-insiders/extensions/waderyan.gitblame-10.5.0/out/src/index.js:2:7289)
    at processTicksAndRejections (node:internal/process/task_queues:95:5) (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:125:112226))
$ @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:456
Q @ rpcProtocol.ts:441
M @ rpcProtocol.ts:371
L @ rpcProtocol.ts:297
(anonymous) @ rpcProtocol.ts:161
z @ event.ts:1138
fire @ event.ts:1169
fire @ ipc.net.ts:650
X.onmessage @ localProcessExtensionHost.ts:581
Sertion commented 9 months ago

Hey Andre. Thanks for the report!

I'll see if I can get a fix out pretty soon.

Sertion commented 9 months ago

A new version has been uploaded to the marketplace. Sometimes it can take a few hours for it to appear for everyone.

andretf commented 9 months ago

that was fast! thank you so much