Ihor Nerozia
Ihor Nerozia
renderFromHTML is not awaiting clear() method. So rendering is started during async clear execution that can cause incorrect results. Steps to reproduce: `await this.api.renderFromHTML();` Expected behavior: Internal logic should await...
Issue #2575 add await for clear() method execution in renderFromHTML It is wanted to be in 2.28.X version
Could you please add support for WebStorm 2024.2? In plugins marketplace plugin is not available now. Tried to install last version using zip file - plugin loaded, but doesn't work...
Currently file plugin show validations messages (for ex. "File is too large") always in english, ignoring editor locale. It would be great, if they also will be translated to supported...