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
fix(docs): Change the return type of format function (docs & types) (#……751)
The return type was not updated when format function was changed to
an async function. This patch changes the type from `string` to
`Promise<string>`, this only affects language servers.