-
Notifications
You must be signed in to change notification settings - Fork 510
Closed
Description
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
- Operating System: macOS 13.1
- JDK version: 11
- Visual Studio Code version: 1.74.3
- Java extension version: v1.14.0
Steps To Reproduce
- Add
java.format.enabled: falsein settings.json - Edit java and save file
Current 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: