Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No documentSymbol response for Rmarkdown file with helix editor #630

Open
fisher-j opened this issue Aug 18, 2023 · 1 comment
Open

No documentSymbol response for Rmarkdown file with helix editor #630

fisher-j opened this issue Aug 18, 2023 · 1 comment

Comments

@fisher-j
Copy link

I'm trying to use languageserver to edit rmarkdown documents with the helix editor. The server times out with no response after submitting a document symbol request:

2023-08-11T08:53:32.778 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"textDocument/documentSymbol","params":{"textDocument":{"uri":"file:///C:/Users/walki/Desktop/hx-test/test.rmd"}},"id":1}

I opened an issue with helix, which got converted to a discussion

Issue #381 talks about debugging a non-response for documentSymbol requests, but I'm not sure how to go about this with helix.

Any idea why the server is not responding?

@rumichaska
Copy link

Hi @fisher-j , maybe the problem is the configuration of the LSP in Helix. For Neovim the current config set filetypes = { "r" , "rmd" }. Perhaps Helix only use r and not rmd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants