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

Make the error message in the output window clickable to navigate to the error position. #5583

Closed
v-pavanp opened this issue Apr 20, 2016 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality verified Verification succeeded
Milestone

Comments

@v-pavanp
Copy link

  • VSCode Version:1.0.1-alpha
  • OS Version: Windows10

Steps to Reproduce:

  1. Launch app and open folder which contains node.js TS express project (or any other proj)
  2. Configure tasks.json, tsconfig.json and launch.json to build and debug.
  3. Build project with CTRL+SHIFT+B
  4. Verify output window.

Actual: Error message in the output window is not clickable to reach to the error position (Line number).
Expected: If output window is showing error message then make it clickable so that user can reach to the exact line number to fix the error.
image

@dbaeumer dbaeumer added feature-request Request for new features or functionality workbench labels Apr 21, 2016
@dbaeumer dbaeumer assigned bpasero and isidorn and unassigned bpasero Apr 21, 2016
@dbaeumer
Copy link
Member

@isidorn I give this to you since you worked on the output view. IMO we need to allow output channel clients to register link matchers. I know that @bpasero tried to solve the generically but that will either miss stuff or produce too many false positives.

@isidorn isidorn added this to the Backlog milestone Apr 21, 2016
@isidorn
Copy link
Contributor

isidorn commented Apr 21, 2016

Dup of #586

@isidorn isidorn closed this as completed Apr 21, 2016
@isidorn isidorn added the verified Verification succeeded label Apr 28, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants