loderunner / winston-transport-vscode

A Winston logger transport for VS Code extension development
Apache License 2.0
2 stars 1 forks source link

Does this only work with Winston 2.x? #116

Open Maddimax opened 5 months ago

Maddimax commented 5 months ago

Tried it with winston 3.13 but I get errors when trying to add the transport

Type 'LogOutputChannelTransport' is missing the following properties from type 'TransportStream': writable, writableEnded, writableFinished, writableHighWaterMark, and 33 more.ts(2740)
Maddimax commented 5 months ago

Never mind, I had to set esModuleInterop: true in tsconfig.json