-
Notifications
You must be signed in to change notification settings - Fork 453
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
Cannot disable auto formatting #2897
Comments
Can you disable all other extensions, see if you still reproduce it? |
@fbricon I have disabled all other formatter plugins. It only stop formatting after I disable |
Something's fishy here. I can't reproduce it, When Are you sure your project doesn't contain a |
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further. |
I did everything but none worked. Now I am using |
I want to turn off auto formatting when saving a file, as it takes too long (5 seconds). I've tried using the configuration java.format.enabled, but it's not working.
Environment
Steps To Reproduce
java.format.enabled: false
in settings.jsonCurrent Result
The java file is formatted with
java.format.enabled: false
after file saved.Expected Result
The java file should not be formatted with
java.format.enabled: false
after file saved.Additional Informations
video screen recording:
java_plugin_format.mov
The text was updated successfully, but these errors were encountered: