redhat-developer / redhat-developer/vscode-yaml
r.split is not a function
Nobody has claimed this yet.
- 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
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 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