-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Ruby LSP Information
`
Ruby LSP Information
VS Code Version
1.99.3
Ruby LSP Extension Version
0.8.10
Ruby LSP Server Version
Unknown
Ruby LSP Addons
Ruby Version
2.6.3
Ruby Version Manager
rbenv
Installed Extensions
Click to expand
- project-manager (12.8.0)
- gitlens (17.6.2)
- vscode-pull-request-github (0.108.0)
- go (0.50.0)
- git-graph (1.30.0)
- black-formatter (2025.2.0)
- debugpy (2025.14.1)
- pylint (2025.2.0)
- python (2025.6.1)
- jupyter (2025.3.0)
- jupyter-renderers (1.3.0)
- java (1.46.0)
- ruby-lsp (0.8.10)
- vscode-pets (1.34.0)
- vscode-gradle (3.17.0)
- vscode-java-debug (0.58.2)
- vscode-java-dependency (0.26.2)
- vscode-java-pack (0.30.4)
- vscode-maven (0.44.0)
Ruby LSP Settings
Click to expand
Workspace
{}User
{
"enableExperimentalFeatures": false,
"enabledFeatures": {
"codeActions": true,
"diagnostics": true,
"documentHighlights": true,
"documentLink": true,
"documentSymbols": true,
"foldingRanges": true,
"formatting": true,
"hover": true,
"inlayHint": true,
"onTypeFormatting": true,
"selectionRanges": true,
"semanticHighlighting": true,
"completion": true,
"codeLens": true,
"definition": true,
"workspaceSymbol": true,
"signatureHelp": true,
"typeHierarchy": true
},
"featuresConfiguration": {},
"addonSettings": {},
"rubyVersionManager": {
"identifier": "auto"
},
"customRubyCommand": "",
"formatter": "auto",
"linters": null,
"bundleGemfile": "",
"testTimeout": 30,
"branch": "",
"pullDiagnosticsOn": "both",
"useBundlerCompose": false,
"bypassTypechecker": false,
"rubyExecutablePath": "",
"indexing": {},
"erbSupport": true,
"useLauncher": false
}Just opening the vs code and then the extension is stuck on starting, I tried downgrading the version but l
uck wasn´t on my side. I have been using ruby lsp since the firsts releases, and then it started failing since a month ago (ish) . I have read another issues where something similar happened, and something that caught my attention was that the project folders where mentioned. The workspace I am trying to run the extension is quite large, so maybe there is a way to optimize it?
Thank you for reading, I hope we find a solution 🙏🏻
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working