This repository has been archived by the owner on Jun 26, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Inspector cannot open trace from tslint #10
Comments
That's because everything is dumped into the output channel. The input you had was of this form:
The two lines on debugger come from |
@octref the log parser should be more robust so that I do not have to manually edit the log output. The parser should only attempt to parse trace messages and skip over other output to stdout, like --inspect. It appears that the trace messages have a well defined format that can be distinguished from random output. |
This was referenced Jun 22, 2018
Closed
This issue was moved to microsoft/language-server-protocol-inspector#10 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@octref the attached file does not open in the inspector
tslint-log.txt
The format looks OK to me. The tool should at least show the error to the user.
The text was updated successfully, but these errors were encountered: