Open
Description
Environment
- Operating System: Arch Linux x86_64
- JDK version: openjdk 18.0.2 2022-07-19
- Visual Studio Code version: 1.72.1
- Java extension version: v1.11.0
Steps To Reproduce
- Make sure "java.format.settings.url" is pointing to correct eclipse formatter xml
- Make any changes to the eclipse formatter xml
- Reload/Restart vscode and format the file
- File will get formatted but new changes will be not reflected
Current Result
FIle is formatted but irrespective of changes made in eclipse formatter xml.
Expected Result
File should be formatted with respect to the changes made in eclipse formatter xml.
Additional Informations
This is happening since v1.11.0, version < 1.11.0 have no such issues.