{
"enabledFeatures": {
"codeActions": true,
"diagnostics": true,
"documentHighlights": true,
"documentLink": true,
"documentSymbols": false,
"foldingRanges": true,
"formatting": true,
"hover": true,
"inlayHint": true,
"onTypeFormatting": true,
"selectionRanges": true,
"semanticHighlighting": true,
"completion": true,
"codeLens": false,
"definition": true,
"workspaceSymbol": true,
"signatureHelp": false,
"typeHierarchy": false
},
"featuresConfiguration": {},
"addonSettings": {},
"rubyVersionManager": {
"identifier": "mise",
"miseExecutablePath": "/opt/homebrew/bin/mise"
},
"customRubyCommand": "",
"formatter": "auto",
"linters": null,
"bundleGemfile": "/Users/seb/Code/ruby-lsp/Gemfile",
"testTimeout": 30,
"branch": "",
"pullDiagnosticsOn": "both",
"useBundlerCompose": false,
"bypassTypechecker": false,
"rubyExecutablePath": "",
"indexing": {},
"erbSupport": true,
"featureFlags": {},
"sigOpacityLevel": "1"
}
Description
Ruby LSP Information
Ruby LSP Information
VS Code Version
1.105.0
Ruby LSP Extension Version
0.9.32
Ruby LSP Server Version
Unknown
Ruby LSP Add-ons
Ruby Version
3.3.8
Ruby Version Manager
mise
Installed Extensions
Click to expand
Ruby LSP Settings
Click to expand
Workspace
{}User
{ "enabledFeatures": { "codeActions": true, "diagnostics": true, "documentHighlights": true, "documentLink": true, "documentSymbols": false, "foldingRanges": true, "formatting": true, "hover": true, "inlayHint": true, "onTypeFormatting": true, "selectionRanges": true, "semanticHighlighting": true, "completion": true, "codeLens": false, "definition": true, "workspaceSymbol": true, "signatureHelp": false, "typeHierarchy": false }, "featuresConfiguration": {}, "addonSettings": {}, "rubyVersionManager": { "identifier": "mise", "miseExecutablePath": "/opt/homebrew/bin/mise" }, "customRubyCommand": "", "formatter": "auto", "linters": null, "bundleGemfile": "/Users/seb/Code/ruby-lsp/Gemfile", "testTimeout": 30, "branch": "", "pullDiagnosticsOn": "both", "useBundlerCompose": false, "bypassTypechecker": false, "rubyExecutablePath": "", "indexing": {}, "erbSupport": true, "featureFlags": {}, "sigOpacityLevel": "1" }Reproduction steps
Code snippet or error message
If I restart the editor it works fine, but when switching branches I randomly get this error.