-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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 linkify unqualified file paths #23574
Comments
|
yes I have @chrmarti |
The screenshot is incomplete, my guess is that you should use relative paths in your 'import' or 'require()' statements. Please contact the TypeScript project for further help, as this is not an issue with VSCode from all I see. |
VSCode will be open this files for currently release but not open its. |
Sorry, I don't understand. If the output of |
I'm talking about that. https://code.visualstudio.com/updates/v1_10#_links-in-the-terminal |
Got it :) |
Ah, this happens because we need a qualified path that starts with This is a valid request though, to have links when the path is not qualified. I don't think there's an issue tracking this yet. It's blocked on knowledge of the current cwd #20676 |
Vscode does not show any errors without opening the file. We are trying to see mistakes on tsc. And it can be a bit difficult to read the order and go to the specified file. It would be really nice for us to add qualified file paths. |
This has been fixed for a while |
vscode can't read src/ folder in my opinion.
The text was updated successfully, but these errors were encountered: