Yoav Balasiano

Results 56 comments of Yoav Balasiano

@costamatheus97 VSCode HTML sanitization is very strict. I don't see any other options that they'll make it less strict. I opened an issue and PR for that: https://github.com/microsoft/vscode/issues/180496 @djmisterjon If...

Until things will be changed you can use the hack here: https://github.com/yoavbls/pretty-ts-errors/blob/main/docs/hide-original-errors.md

@RoyiNamir Thank you for opening this issue! As @JUSTIVE said it's a duplicate so let's continue the discussion [here](https://github.com/yoavbls/pretty-ts-errors/issues/3) 🙂

@ethndotsh As far as I know extensions could be just themes and LSPs for now, we'll need the ability to add/edit diagnostics like VSCode allows + custom render for them

Interesting idea, I wouldn't think people will bother to paste errors in some web page but it should be relatively easy to implement. If someone else thinks it'll be helpful...

@zodman I'm not sure it will solve #26 and #21, but I agree it will be helpful and lsp it's the path for that. @johnsoncodehk already did a POC of...

Do you think we need to make the cache bigger? or change how it's working?

Thank you, the fix will be there in the next version

@kevinramharak It looks very promising! I tried to make a side panel with markdown a few months ago, but I faced some limitations. Another option is to create a web...

Looking good So the only thing left for a working side panel is to render the types with syntax highlighting in the markdown panel?