Justin Grote
Justin Grote
Thanks for the Issue Submit! So this is a fairly new API that logging has to be explicitly written for: https://code.visualstudio.com/updates/v1_73#_log-output-channel The PowerShell extension has its own logger implementation and...
This is what I do as a workaround. EDIT: This no longer works in v4+ ```ts const log = new Logger({ name: 'default', type: 'pretty', prettyErrorLoggerNameDelimiter: "-", prettyErrorParentNamesSeparator: "-", stylePrettyLogs:...
@LiamLamb I vote for a simple exported function that runs the "pretty" process for the current logger on any string, that's going to be the most flexible and least breaking...
@terehov one question I have is why pretty and json are "special" and have their own special steps. Why are they not just implemented as additional transports or maybe transports...
I added some workaround notes because this annoyed me too: https://github.com/fullstack-build/tslog/issues/205#issuecomment-1702008472
As an alternative, you can also override `transportFormatted` which has the formatted string as the first argument. The only caveat with this is you have to do it when creating...
> @JustinGrote mind sending me or posting an example project including your import maps? I actually bailed on Denoflare and went back to Wrangler and node. It's the standard import...
@johnspurlock-skymethod wanted to revisit this now that I'm trying to come back to Denoflare. Looking at the code, since denoflare generates its own temp deno config file when you run...
@Mohammedalduhamshi uh what?
@osortega @craiglpeters any update on this or is there a way to discover it within the codespace itself with docker-from-docker or the like?