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

fix jsonmerge for boolean and null values #410

Merged
merged 2 commits into from Jun 4, 2020
Merged

fix jsonmerge for boolean and null values #410

merged 2 commits into from Jun 4, 2020

Conversation

maybeec
Copy link
Member

@maybeec maybeec commented May 5, 2020

Currently, merging settings.json file, which contains json values true, false, or null will result in an installation, which is not able to merge settings.json of vscode and the user is therefore not able to start vscode even.

This fix implements the jsonmerger to cover all json node types.

@maybeec maybeec added the bug Something isn't working label May 5, 2020
@maybeec maybeec added this to the release:2020.04.002 milestone May 5, 2020
@maybeec maybeec requested a review from hohwille May 5, 2020 18:49
@maybeec maybeec changed the title fix merge for boolean and null values fix jsonmerge for boolean and null values May 5, 2020
@maybeec maybeec added the configurator related to our configurator tool that manages IDE settings for Eclipse, Intellij, vscode, etc. label May 6, 2020
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

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

@maybeec excellent fix. Thanks 👍

@hohwille hohwille merged commit 457e3f7 into devonfw:master Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working configurator related to our configurator tool that manages IDE settings for Eclipse, Intellij, vscode, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants