Skip to content
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

Console output referencing root directory files don't get ctrl+click link #30103

Closed
josepmc opened this issue Jul 4, 2017 · 1 comment
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@josepmc
Copy link

josepmc commented Jul 4, 2017

  • VSCode Version: 1.13.1
  • OS Version: macOS Sierra

Steps to Reproduce:

Assuming you have an already working TypeScript project.

  1. Create a faulty typescript file "file.ts" containing garbage in the root directory of your project
  2. Run tsc -p in the same directory.

Actual Result:
You'll get some console logs like

37     faulty code
          ~~~~~~~~
file.ts(37,18): error XXXX: YYYY

The problem resides that normally you'd be getting a relative path (e.g. to the file causing the error), but that's not the case if the file is located in the root directory.

@vscodebot vscodebot bot added the typescript Typescript support issues label Jul 4, 2017
@Tyriar Tyriar added terminal General terminal issues that don't fall under another label and removed typescript Typescript support issues labels Jul 5, 2017
@Tyriar
Copy link
Member

Tyriar commented Jul 5, 2017

Duplicate #22772

@Tyriar Tyriar closed this as completed Jul 5, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 5, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label
Projects
None yet
Development

No branches or pull requests

2 participants