Skip to content

Herb LSP not starting #269

@drale2k

Description

@drale2k

I have been running herb for some time but suddenly it is no longer showing under the running LSPs. Did it stop working? Is there anything i have to do, besides having the Ruby ext installed and the herb gem installed?

Image

LSP Settings

"languages": {
    "Ruby": {
      "formatter": {
        "external": {
          "command": "bundle",
          "arguments": [
            "exec",
            "rubocop",
            "--auto-correct",
            "--stdin",
            "corrected.rb",
            "--stderr",
          ],
        },
      },
      "format_on_save": "on",
      "show_edit_predictions": false,
      "tab_size": 2,
      "language_servers": [
        "tailwindcss-language-server",
        "ruby-lsp",
        "rubocop",
        "!solargraph",
      ],
    },
    "HTML": {
      "show_edit_predictions": false,
    },
    "JavaScript": {
      "formatter": {
        "external": {
          "command": "prettier",
          "arguments": ["--stdin-filepath", "{buffer_path}"],
        },
      },
      "format_on_save": "on",
    },
  },

System
Zed: v0.227.1+stable.199.9f9b707d39d62468d4cdaed2d8eb95a847da4cf9 (Zed)
OS: macOS 26.3.1
Memory: 64 GiB
Architecture: aarch64

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions