Skip to content

Replaced true and false with on and off in debug.inlineValues#146543

Merged
roblourens merged 2 commits intomicrosoft:mainfrom
Balastrong:feature/143543-inline-values-on-off
Apr 4, 2022
Merged

Replaced true and false with on and off in debug.inlineValues#146543
roblourens merged 2 commits intomicrosoft:mainfrom
Balastrong:feature/143543-inline-values-on-off

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
@@ -419,7 +419,7 @@ configurationRegistry.registerConfiguration({
},
'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