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
Prettier is integrated via yaml-language-server. There’s already a PR to update Prettier (redhat-developer/yaml-language-server#909). If that’s merged and released, monaco-yaml can update too.
It should be possible to upgrade to Prettier v3 or support both:
prettier: "^2.0.0 | ^3.0.0"
May be the only thing to care about is the change of the apis to
async
It seems that some used packages/services expect
format
to be sync.The text was updated successfully, but these errors were encountered: