Skip to content

Cabal formatter options are not present in the extension #1099

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

Closed
fendor opened this issue Jun 14, 2024 · 1 comment
Closed

Cabal formatter options are not present in the extension #1099

fendor opened this issue Jun 14, 2024 · 1 comment

Comments

@fendor
Copy link
Collaborator

fendor commented Jun 14, 2024

We should have a

        "haskell.cabalFormattingProvider": {
          "scope": "resource",
          "type": "string",
          "enum": [
            "cabal-gild",
            "cabal-fmt",
            "none"
          ],
          "default": "cabal-gild",
          "description": "The formatter to use when formatting a document or range of a cabal formatter. Ensure the plugin is enabled."
        },
@fendor
Copy link
Collaborator Author

fendor commented Jun 14, 2024

Fixed by #1100

@fendor fendor closed this as completed Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant