-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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?
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
Reactions are currently unavailable