microsoft / microsoft/debug-adapter-protocol
Supporting more options for value formatting
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 173
- Avg merge
- 7d 7h
- Merged PRs (30d)
- 2
Description
In the specification, there exists a type ValueFormat that only includes hex. Can this type be extended so that it also contain other formats? such as binary and octal?
I noticed that there is an open issue that is somehow requesting something similar. https://github.com/microsoft/debug-adapter-protocol/issues/197 , but I haven't seen any replies to it.
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
Review the specification's ValueFormat definition and the related issue #197 first. Clarify which additional formats are supported and update the protocol specification so the resulting format is unambiguous.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100