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

Command+Click on line in OUTPUT console should go to line in already open file #30355

Closed
ramya-rao-a opened this issue Jul 10, 2017 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) output Output channel system issues

Comments

@ramya-rao-a
Copy link
Contributor

From @tylerb on July 10, 2017 18:34

Repro:

  1. Use two code views
  2. Left view open an unrelated file
  3. Right view open a test file with a failing test
  4. Run test to generate output in the OUTPUT pane
  5. Click on the left view to select it
  6. command+click the failing line in OUTPUT

Expected result: the right view jumps to the line that was just command+clicked
Actual result: the file is opened, again, in the left view and then jumps to the line

I'd really like it if this process would first search to see if any view has the file open already.

Thanks!

Copied from original issue: microsoft/vscode-go#1080

@ramya-rao-a
Copy link
Contributor Author

The Go extension only prints out the links to the output pane.
The links are implemented by core VS Code

@isidorn
Copy link
Contributor

isidorn commented Jul 17, 2017

Dup of #23917
#24027

@isidorn isidorn closed this as completed Jul 17, 2017
@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 17, 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) output Output channel system issues
Projects
None yet
Development

No branches or pull requests

3 participants