We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(1 theme extensions excluded)
Steps to Reproduce:
[eamodio.gitlens] Cannot read property 'replace' of undefined: TypeError: Cannot read property 'replace' of undefined at PathIterator.reset (C:\Users\mxs\.vscode-insiders\extensions\eamodio.gitlens-6.2.0\out\src\system\searchTree.js:36:26) at TernarySearchTree.get (C:\Users\mxs\.vscode-insiders\extensions\eamodio.gitlens-6.2.0\out\src\system\searchTree.js:152:33) at GitService.<anonymous> (C:\Users\mxs\.vscode-insiders\extensions\eamodio.gitlens-6.2.0\out\src\gitService.js:955:49) at Generator.next (<anonymous>) at fulfilled (C:\Users\mxs\.vscode-insiders\extensions\eamodio.gitlens-6.2.0\out\src\gitService.js:4:58) at <anonymous> e.onUnexpectedError @ shell.ts:459 (anonymous) @ shell.ts:419 e.onUnexpectedError @ errors.ts:119 o @ errors.ts:138 e.$onUnexpectedError @ mainThreadErrors.ts:26 e.invoke @ abstractThreadService.ts:42 e._invokeHandler @ rpcProtocol.ts:109 e._receiveOneMessage @ rpcProtocol.ts:96 (anonymous) @ rpcProtocol.ts:32 (anonymous) @ rpcProtocol.ts:157 e.fire @ event.ts:142 (anonymous) @ ipc.net.ts:81 emitOne @ events.js:96 emit @ events.js:191 readableAddChunk @ _stream_readable.js:178 Readable.push @ _stream_readable.js:136 onread @ net.js:560
I think the exception will be thrown will with this stacktrace in typescript:
https://github.com/eamodio/vscode-gitlens/blob/fc25a594e1664cef5b4623b7b12b2280ee12c0f4/src/system/searchTree.ts#L60-L65
https://github.com/eamodio/vscode-gitlens/blob/fc25a594e1664cef5b4623b7b12b2280ee12c0f4/src/system/searchTree.ts#L199-L219
https://github.com/eamodio/vscode-gitlens/blob/fc25a594e1664cef5b4623b7b12b2280ee12c0f4/src/gitService.ts#L243-L253
The text was updated successfully, but these errors were encountered:
Thanks for the report! I'm pretty sure 6.3 (coming soon) will resolve this.
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
eamodio
No branches or pull requests
(1 theme extensions excluded)
Steps to Reproduce:
I think the exception will be thrown will with this stacktrace in typescript:
https://github.com/eamodio/vscode-gitlens/blob/fc25a594e1664cef5b4623b7b12b2280ee12c0f4/src/system/searchTree.ts#L60-L65
https://github.com/eamodio/vscode-gitlens/blob/fc25a594e1664cef5b4623b7b12b2280ee12c0f4/src/system/searchTree.ts#L199-L219
https://github.com/eamodio/vscode-gitlens/blob/fc25a594e1664cef5b4623b7b12b2280ee12c0f4/src/gitService.ts#L243-L253
The text was updated successfully, but these errors were encountered: