-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move formatting to server side #300
Comments
Our support for The PR #316 changes the context to run On moving formatting to server side we would have the option to leverage project information to run the formatting command in the folder where the |
|
Right now we are executing code formatting (prettier/forge fmt) on the client side. We could move that to the server side by implementing the
textDocument/willSaveWaitUntil
method, or thetextDocument/formatting
method (probably VSCode issues the latter when the "format on save" setting is enabled)The text was updated successfully, but these errors were encountered: