microsoft / microsoft/debug-adapter-protocol

Variable paging of named variables

Open
#633 1 comment 0 reactions 0 assignees View on GitHub

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 indexed filter, it's more-or-less obvious.
  • With named filter, 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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.