Skip to content

feat: read/adapt HLS settings#39

Open
sectore wants to merge 1 commit into
zed-extensions:mainfrom
sectore:read-settings
Open

feat: read/adapt HLS settings#39
sectore wants to merge 1 commit into
zed-extensions:mainfrom
sectore:read-settings

Conversation

@sectore

@sectore sectore commented Jun 21, 2026

Copy link
Copy Markdown

from Zed settings files.

Example

Set formatter to fourmolu (default is ormolu) via

  • project settings in {project-folder}/.zed/settings.json
    OR
  • global settings in ~/.config/zed/settings.json
  "lsp": {
    "hls": {
      "settings": {
        "haskell": {
          "formattingProvider": "fourmolu",
        },
      },
    },
  },

Check Language-specific server options for all possible options. Note that not all options are supported by Zed.

Note

zed_extension_api needs to be updated to latest 0.7.0 to make reading project settings work. It was already fixed with 0.2.0.

from project or global Zed settings file.

Note: `zed_extension_api` needs to update to latest `0.7.0` to make
reading from project settings work.

from  global or project settings
@cla-bot cla-bot Bot added the cla-signed label Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant