Skip to content

Conversation

@Balastrong
Copy link
Contributor

This PR fixes #143543

For retro compatibility boolean is still allowed in IDebugConfiguration.inlineValues and the setting is still matched against true.

@roblourens roblourens merged commit 8d14b36 into microsoft:main Apr 4, 2022
default: false
},
'debug.inlineValues': {
type: ['boolean', 'string'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also can remove "boolean", I'll fix that in main

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, you're right, I didn't see it. Thank you!

@roblourens
Copy link
Member

Thanks for the PR!

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Apr 4, 2022
roblourens added a commit that referenced this pull request Apr 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 19, 2022
@Balastrong Balastrong deleted the feature/143543-inline-values-on-off branch July 8, 2022 09:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

debug Debug viewlet, configurations, breakpoints, adapter issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Debug: Inline Values" setting should support "on"/"off" instead of true/false

3 participants