startServer
optional arguments causes VSCode thread errors
#964
Labels
bug
Something isn't working
code quality
cross-platform
dependencies
Pull requests that update a dependency file
Milestone
The
startServer
api call has the port and host as the only required arguments but when the logFile argument is undefined then VSCode logs extension thread failures to the debug console.This also seems to have a temporal dependency on the
setLogger
api call which will also cause the logging thread to fail even if the logFile argument is populated.Errors Logged
NOTE: In the last console output there's a reference to, what I'm assuming, the logger library
pino
.These errors are repeated about 3 times and are always output following the
serverStart
call and just before the next debugger step in the extension.The text was updated successfully, but these errors were encountered: