-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
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
Terminal does not to show an occurred error as a link #94457
Comments
(Experimental duplicate detection)
|
Please provide OS distro/version and a screenshot of the error that doesn't get a link |
OS distro/version: Version: 1.43.2 (user setup) Simple Python code: import urllib Error: File "e:/Visual WWW/Python/1000_python_workspace/versions_check/src/versions.py", line 74, in main The line: File "e:/Visual WWW/Python/1000_python_workspace/versions_check/src/versions.py", line 74, in main should be a link to point to line 74 where the error occurred. this happens all the time with VS Code Version: 1.43.2 thanks for your help! |
This is happening because of the space in the path which isn't supported yet but should be eventually. |
/duplicate #21125 |
OK, so what do we do now? any work around available at this time? |
Current workaround is to use double click to copy the URL and then ctrl+p to open the file |
The file is already open in VS Code! |
If you're after go to line it's ctrl+g, 74 |
OK - thanks! |
Terminal does not to show an occurred error as a link.
Steps to Reproduce:
This is very important to click on the link and jump to the line of code where it's occurred. I'm using VS Code 1.43.2 release.
Thank you for your help.
The text was updated successfully, but these errors were encountered: