Skip to content
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

Enable formatting support in syntax server #2450

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

fbricon
Copy link
Contributor

@fbricon fbricon commented Feb 9, 2023

Formatting support shouldn't impact the performance of the syntax server, so it should be safe to enable.
Clients can still disable it with the java.format.enabled=false preference.

Feature was requested in redhat-developer/vscode-java#2926

Signed-off-by: Fred Bricon [email protected]

@fbricon
Copy link
Contributor Author

fbricon commented Feb 9, 2023

Test uses multiline strings, as it's more convenient, but is inconsistent with the rest of the tests. That's something we'll need to handle another time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants