Problem Matchers: missing `endLine` and `endColumn` fields
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The endLine and endColumn properties are supported by the AnnotationProperties type as of f0b00fd201c7ddf14e1572a10d5fb4577c4bd6a2, but missing from Problem Matchers.
In the same fashion, line and column fields are utilizing old naming and should probably be called startLine and startColumn, respectively.
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
Open docs/problem-matchers.md and compare its single-line matcher fields with AnnotationProperties in packages/core/src/core.ts. Update the documentation so the supported endLine/endColumn fields and startLine/startColumn naming are represented, then verify the field descriptions use the same names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100