redhat-developer / redhat-developer/yaml-language-server

Getting a possible bug using Neovim when opening a .yml file

Open
#820 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.