microsoft / microsoft/debug-adapter-protocol
Variable paging of named variables
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 173
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 2
Description
The specification doesn't say how the start and count arguments to the variables query are supposed to interact with the filter argument:
- With
indexedfilter, it's more-or-less obvious. - With
namedfilter, not so much. Does filtering apply in this case at all? - Without a filter, it's even more underspecified. If paging applies to named variables, then how are variables supposed to be counted in case there are both? Should it essentially behave like there's one long list of both kinds of variables (but which of them come first then)? Or can they be arbitrarily interleaved?
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 by reading the variables query specification and the definitions of its filter, start, and count arguments. Compare the indexed and named cases, including requests without a filter, and document one unambiguous paging rule covering mixed variable kinds. Done means the specification answers each interaction raised in the issue.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100