Detect terminal links with space, then line:col - #153957
Conversation
Daniel Imms (Tyriar)
left a comment
There was a problem hiding this comment.
Thanks! I added a test to make sure we don't break it 🙂
|
Thanks for adding the test, Daniel Imms (@Tyriar). |
|
This commit seems to break links of the form: |
|
galenbwill you might be seeing #155065 which isn't out in insiders yet? |
|
For path like './web/pages/home/componentPanel.tsx:55:9' Daniel Imms (@Tyriar) still an issue in latest insider. |
|
YuTengjing (@tjx666) both |
|
I can confirm that |
This PR fixes #140780
To test, you can open a terminal and run
echo ./myFile.txt 10:5(replacing the filename with one that exists). When you click to open the file, it should open to line 10, column 5.