redhat-developer / redhat-developer/vscode-microprofile
[error] TypeError: Cannot read properties of null (reading 'map')
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 17
- Avg merge
- 23h 47m
- Merged PRs (30d)
- 3
Description
in Output -> Extension host, i found this stack:
2024-12-05 08:27:10.316 [error] [redhat.vscode-microprofile] provider FAILED
2024-12-05 08:27:10.329 [error] TypeError: Cannot read properties of null (reading 'map')
at /home/apupier/.vscode/extensions/redhat.vscode-microprofile-0.13.0/dist/extension.js:1:232046
at Generator.next (<anonymous>)
at s (/home/apupier/.vscode/extensions/redhat.vscode-microprofile-0.13.0/dist/extension.js:1:229589)
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 extension-host provider failure and the generated dist/extension.js location shown in the stack trace; locate the corresponding TypeScript source or entry point. Reproduce the provider error and verify that the failure no longer attempts to call map on a null value.
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
- 25/100