efm-langserver icon indicating copy to clipboard operation
efm-langserver copied to clipboard

Add format-ignore-exit-code configuration

Open sirreal opened this issue 1 year ago • 0 comments

Add a new configuration option to ignore formatter exit codes.

Some formatters use non-zero exit codes when formatting was successful. See #183.

For example, phpcbf uses a non-zero exit code that cannot be configured at this time: https://github.com/squizlabs/PHP_CodeSniffer/issues/2898

Fixes #183.

https://github.com/mattn/efm-langserver/issues/271 can likely also be closed with if this change lands.

sirreal avatar Nov 05 '24 16:11 sirreal