You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop emmet related code, since it wasn't working even before. Will be added back once upstream is fixed (42820cb)
Resolve issue where reopeing a subscribtion editor, or re-executing a service that returns a JSON would lead to a white screen. Fix #34 (849dfdb)
Features
Code can be formatted using prettier instead of the default formatter. Formatting options can be configured through the config screen. (90fd73d)
Target ES2020 instead of ES5. This effectively drops IE11 support, however, the upstream monaco editor was already unsupported there, and also ThingWorx does not support IE11. (4e861f4)
The configuration editor now displays all configuration using their nested format. Add configuration options for prettier, and document all configuration in schemas. Set the schema to apply only to the configuration editor model, and not other JSON models. (73aaac7)