Skip to content

Read HLS settings - #39

Merged
MrSubidubi merged 1 commit into
zed-extensions:mainfrom
sectore:read-settings
Jun 24, 2026
Merged

Read HLS settings#39
MrSubidubi merged 1 commit into
zed-extensions:mainfrom
sectore:read-settings

Conversation

@sectore

@sectore sectore commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

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
@MrSubidubi MrSubidubi changed the title feat: read/adapt HLS settings Reas HLS settings Jun 24, 2026
@MrSubidubi MrSubidubi changed the title Reas HLS settings Read HLS settings Jun 24, 2026

@MrSubidubi MrSubidubi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MrSubidubi
MrSubidubi enabled auto-merge (squash) June 24, 2026 22:47
@MrSubidubi
MrSubidubi merged commit afe65b2 into zed-extensions:main Jun 24, 2026
7 checks passed
@sectore
sectore deleted the read-settings branch June 25, 2026 06:40
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.

2 participants