Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support displaying inline values in VS Code #167

Closed
luabud opened this issue May 12, 2021 · 3 comments · Fixed by #384
Closed

Support displaying inline values in VS Code #167

luabud opened this issue May 12, 2021 · 3 comments · Fixed by #384
Assignees
Labels
feature-request Request for new features or functionality needs PR Ready to be worked on on-testplan Added to test plan
Milestone

Comments

@luabud
Copy link
Member

luabud commented May 12, 2021

This has been added to version 1.56: https://code.visualstudio.com/updates/v1_56#_inline-values-by-default-for-some-languages

@fabioz
Copy link

fabioz commented May 13, 2021

@luabud @karthiknadig @int19h

I took a quick look at this and apparently this is a vscode-only feature (i.e.: not really debug-adapter related) and must be implemented in vscode-python by providing an vscode.InlineValuesProvider implementation, so, I think this request should be moved there.

@karthiknadig karthiknadig transferred this issue from microsoft/debugpy May 13, 2021
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label May 13, 2021
@karthiknadig karthiknadig added feature-request Request for new features or functionality and removed triage-needed Needs assignment to the proper sub-team labels May 18, 2021
@karrtikr karrtikr added the needs PR Ready to be worked on label Aug 9, 2022
@gregegg
Copy link

gregegg commented Sep 8, 2023

+1 -- this would be great to have.

@luabud
Copy link
Member Author

luabud commented Dec 12, 2023

@paulacamargo25 does it make sense to transfer this to vscode-python-debugger?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality needs PR Ready to be worked on on-testplan Added to test plan
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants