-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Issue #12373: Added a new Debug setting named "VariablePresentation" #17587
Conversation
@arsentieva I am basing this to |
@arsentieva Please add a news item so that you get credit for this change. The change itself looks good. |
@arsentieva Will you be updating the TS parts as well? The setting itself looks fine but it won't get propagated to the debugger. For that you will need to make updates as recommended here microsoft/vscode-python-debugger#165 |
@karthiknadig I would like to make that enhancement, however I am not familiar with Typescript as well as not not 100% sure what needs to be done. |
@arsentieva If you think you can get to this later, you can leave this open. Otherwise, we can close this for now, and you can try again when you have better handle on TypeScript? |
@luabud can you please help me understand what was the goal of this issue? According to our conversation it sounded like it needed a setting in the |
@arsentieva This one needs some changes in the settings code and the debug resolver to send this setting to the debug adapter. |
Closing this since this might require more discussion to correctly address it. |
Added new setting to
package.json
namedVariablePresentation
that will allow the user the configure how the variables are presented during debug sessions.The parameters are:
Each of these parameters provide the following options:
Closes microsoft/vscode-python-debugger#165