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
Issue Id: cf391cdb-09bc-dc62-50aa-aac668fa3577Versions - 1.12.2Stack TypeError: Cannot read property '1' of null/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.ts#L285:17/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.ts#L224:23 (extractLinkUrl)/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.ts#L152:7 (_resolvePath)/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.ts#L107:106 (_validateLocalLink) at _loop_1 (\node_modules\xterm\lib\Linkifier.js:101:33) at Linkifier._linkifyRow (\node_modules\xterm\lib\Linkifier.js:108:25)
The text was updated successfully, but these errors were encountered:
796f945
Add null check to terminal link handler
f0ebd2b
Fixes #27247
Tyriar
No branches or pull requests
Issue Id: cf391cdb-09bc-dc62-50aa-aac668fa3577
Versions
- 1.12.2
Stack
TypeError: Cannot read property '1' of null
/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.ts#L285:17
/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.ts#L224:23 (extractLinkUrl)
/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.ts#L152:7 (_resolvePath)
/vs/workbench/parts/terminal/electron-browser/terminalLinkHandler.ts#L107:106 (_validateLocalLink)
at _loop_1 (\node_modules\xterm\lib\Linkifier.js:101:33)
at Linkifier._linkifyRow (\node_modules\xterm\lib\Linkifier.js:108:25)
The text was updated successfully, but these errors were encountered: