EclipseCodeFormatter icon indicating copy to clipboard operation
EclipseCodeFormatter copied to clipboard

error failed to format with Adapter for Eclipse Code Formatter. Configured settings file does not exist, path=""

Open amineacher opened this issue 1 year ago • 3 comments

What steps will reproduce the issue? provoking the formatting : using the save trigger for triggering the formatting, shows an error about the empty path of the formatting file even if the formatting file exists image Even using the default formatter shows the same error

What is the expected result?

The formatting to be executed.

What happens instead? the following: image

Сonsider attaching a screenshot, screencast, or a code sample when it's hard to articulate the problem.

Paste information about IDE and OS (it can be copied from Help | About dialog). image

macOS image

Please use triple backticks ``` before and after the stacktrace block.

thank you

amineacher avatar Jul 21 '23 09:07 amineacher

what about this? image

krasa avatar Jul 21 '23 10:07 krasa

Thank you @krasa it worked by setting the profile.. can you please explain why having the profile plus the setting the file is necessary... thank you

amineacher avatar Jul 21 '23 10:07 amineacher

The profile is for managing the plugin config, the setting file is for the eclipse formatter itself.

krasa avatar Jul 21 '23 11:07 krasa