Closed sushantkadam15 closed 12 months ago
Chrome has stopped support for auto-play feature
need for alternative way to open the vscode file
I have same issue.
I'm having same issue, asking for associated app but not navigating.
This works as a fix: https://github.com/infi-pc/locatorjs/issues/127#issuecomment-1801180366
fixed in https://github.com/infi-pc/locatorjs/pull/129, thanks @sushantkadam15 for PR and @antopolskiy for debugging
Where the bug happens
your browser
Chrome
Describe the bug
Locator.js was working fine previously but has now stopped functioning. Path:
vscode://file/${projectPath}${filePath}:${line}:${column}
Here are the steps I've taken to resolve the issue:
After some investigation, I found the following error in the VS Code Window Log:
2023-11-03 09:13:07.831 [error] [uncaught exception in main]: [UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//"): Error: [UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")
I've been searching for a solution but haven't been able to find one. Any assistance would be greatly appreciated.