You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When output is generated in a terminal which has been started by a task, file link detection does not seem to work which is inconvenient when you want a quick way to open files mentioned in the terminal.
Steps to Reproduce:
Good Behavior
Open VSCode to an empty folder and create a .vscode/tasks.json file as well as an empty file named test.txt.
Open a VSCode terminal and run the command echo $PWD/test.txt, hover over the terminal output and you should be able to ctrl+click on the file name
Populate the tasks.json file with the content below and run that task, step 2 should still work:
Bug Description:
When output is generated in a terminal which has been started by a task, file link detection does not seem to work which is inconvenient when you want a quick way to open files mentioned in the terminal.
Steps to Reproduce:
Good Behavior
.vscode/tasks.json
file as well as an empty file namedtest.txt
.echo $PWD/test.txt
, hover over the terminal output and you should be able toctrl+click
on the file nametasks.json
file with the content below and run that task, step 2 should still work:Bad Behavior
Repeat the above steps in Theia, but notice that the output generated from the task is not clickable
Additional Information
The text was updated successfully, but these errors were encountered: