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
Launch app and open folder which contains node.js TS express project (or any other proj)
Configure tasks.json, tsconfig.json and launch.json to build and debug.
Build project with CTRL+SHIFT+B
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.
The text was updated successfully, but these errors were encountered:
@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.
Steps to Reproduce:
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.
The text was updated successfully, but these errors were encountered: