Skip to content
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

Look for the external formatter before invoking it #3670

Commits on Sep 3, 2022

  1. Look for the external formatter before invoking it

    Currently it is not possible to save a file with a language that
    has an external formatter configuration unless the external
    formatter is installed, even if the language has a Language Server
    configuration capable of auto-format. This change checks that the
    external formatter exists before using it to create a formatting
    callback.
    the-mikedavis committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    8d0158e View commit details
    Browse the repository at this point in the history