redhat-developer / redhat-developer/vscode-yaml

r.split is not a function

Open
#656 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
829
Forks
260
Avg merge
5h 43m
Merged PRs (30d)
1

Description

Describe the bug

Telemetry reported the following issue:

TypeError: r.split is not a function at u (c:\Users_username_.vscode\extensions\redhat.vscode-yaml-1.2.2\dist\languageserver.js:2:574749) at p. (c:\Users_username_.vscode\extensions\redhat.vscode-yaml-1.2.2\dist\languageserver.js:2:575686) at Generator.next () at c:\Users_username_.vscode\extensions\redhat.vscode-yaml-1.2.2\dist\languageserver.js:2:572441 at new Promise () at r (c:\Users_username_.vscode\extensions\redhat.vscode-yaml-1.2.2\dist\languageserver.js:2:572186) at u (c:\Users_username_.vscode\extensions\redhat.vscode-yaml-1.2.2\dist\languageserver.js:2:574605) at p. (c:\Users_username_.vscode\extensions\redhat.vscode-yaml-1.2.2\dist\languageserver.js:2:575730) at Generator.next () at c:\Users_username_.vscode\extensions\redhat.vscode-yaml-1.2.2\dist\languageserver.js:2:572441

Steps to Reproduce

No idea

Environment

  • Windows

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 with the Windows telemetry stack trace in dist/languageserver.js and trace the reported r.split call back to its source entry point. Reproduce the failure with a concrete YAML or editor scenario, then verify the resulting behavior with a regression test; the issue currently provides no reproduction steps or test file.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.