Description
Ruby LSP Information
The latest Ruby LSP (vscode-ruby-lsp-v0.9.26) seems to have broken Chat <--> Terminal integration on Windows 11 for Cursor. No matter what command I run, I get the following error:
Cannot read properties of undefined (reading 'split')
I've confirmed that disabling Ruby LSP resolves the issue.
Reproduction steps
- Install Cursor on Windows 11
- Install Ruby LSP and Powershell extensions
- In Chat window, say run a basic command (echo hello world, ruby -v etc.)