microsoft / microsoft/vscode-python-debugger

Surface "variablePresentation" in settings.json

Open
#165 23 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request needs PR
Dominant language
TypeScript
Stars
181
Forks
126
Avg merge
2d 3h
Merged PRs (30d)
3

Description

https://github.com/microsoft/ptvsd/issues/1621#issuecomment-616581823

This allows user to control how various variable groups are shown in debugger UI. We have implemented it for VS originally (to allow it to request old behavior); but it's more broadly useful, and people are already asking for it in VSCode context.

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

The issue points to settings.json and the linked ptvsd comment; start by reading that design and tracing how debugger settings reach the VS Code UI. Confirm the setting is exposed and that changing it changes variable-group presentation in the debugger.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, typescript
Domain
devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.