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

unable to click open files without a path on terminal #64511

Closed
ssbarnea opened this issue Dec 6, 2018 · 1 comment
Closed

unable to click open files without a path on terminal #64511

ssbarnea opened this issue Dec 6, 2018 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal General terminal issues that don't fall under another label

Comments

@ssbarnea
Copy link

ssbarnea commented Dec 6, 2018

  • VSCode Version: 1.29.1
  • OS Version: MacOS 10.14.1

Steps to Reproduce:

Run a linter in terminal in order to get an output like:

scripts/compare-reviews.py:64:1: H405: multi line docstring summary not separated with an empty line
testenv-client:68:80: E501 line too long (100 > 79 characters)

You will findout that vscode allows you to cmd-click the first link that also contains a path and edit the file at the right line and column but it will not allow you to do the same with the second line where the file happens to be on the root project directory.

I suspect this is caused by a bad regex used to identify the file:line:column pattern.

Seems to be related to bugs below but not a duplicate of those:

@vscodebot vscodebot bot added the terminal General terminal issues that don't fall under another label label Dec 6, 2018
@Tyriar
Copy link
Member

Tyriar commented Dec 6, 2018

This looks like a duplicate of #22772 to me since testenv-client doesn't have a path separator.

@Tyriar Tyriar closed this as completed Dec 6, 2018
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 6, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 20, 2019
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