redhat-developer / redhat-developer/yaml-language-server
Getting a possible bug using Neovim when opening a .yml file
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 352
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 11
Description
Summary
Error executing vim.schedule lua callback: UnhandledPromiseRejection with the reason:
RPC[Error] code_name = InternalError, message = "Request textDocument/foldingRange failed with message: Cannot read properties of undefine
d (reading 'lineFoldingOnly')"
Relevant information
I'm using Neovim and when I open a .yml file I get this error. I'm having a hard time figuring out where it comes from but I think it's from yaml-language-server. Is this possible?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the error in Neovim when opening a .yml file, then trace the textDocument/foldingRange request in the YAML language server. Confirm whether the callback receives the missing folding configuration, and consider the issue done when the error no longer occurs and the behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- neovim, typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100