core icon indicating copy to clipboard operation
core copied to clipboard

W# Error Message Line Numbers Unhelpful

Open ghost opened this issue 5 years ago • 0 comments

When W# outputs line numbers in the VS Code terminal, during compile errors, it is not possible to click on the file in the terminal, and go to the line number. This is due to this regex. I think the printing for this is controlled in W# here.

W# Output (cannot click): \home\user\project\ui\WsServer\WsServer\Model.fs(22,10,22,13): typecheck error FS0929: This type requires a definition ...

F# Output (can click): /home/user/project/test/src/Program.fs(41,18): error FS0039: The type 'Smith' does not define the field x.

Environment

System: Linux x64 IDE: VsCode W# Version: 4.6.7.408 .NET SDK: 3.1.401, commit:39d17847db

ghost avatar Aug 19 '20 09:08 ghost