Remco Haszing

Results 451 comments of Remco Haszing

Note that in the callback, it hasn’t been rendered. Only the React state was just updated. There are ways to actually know when it’s done rendering. For example, ```jsx import...

I have confirmed (and fixed) it, but the fact that it works with `viijay-kr.react-ts-css` is actually a bug.

This used to work. If this is broken again, it’s a different bug. Please open a new issue.

Bonus tip: if you replace `convertErrorToTelemetryMsg` with Node.js’ builtin function [`util.inspect()`](https://nodejs.org/api/util.html#utilinspectobject-options), you get better error representations, including error causes.

Please elaborate. What icon is this? Which files / folders should this be used for?

I think this only adds ambiguity. We can better make it clear that we only accept a string. If you have an array of strings you want to join together...

Please provide and example repository and exact steps to reproduce.

@Lichenhao01 That’s not related to this issue. Anyway, see https://github.com/remcohaszing/monaco-yaml#examples

I’m closing this because there’s no reproduction.