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

true becomes opbject #80

Open
consileon-de opened this issue Jul 7, 2023 · 3 comments
Open

true becomes opbject #80

consileon-de opened this issue Jul 7, 2023 · 3 comments

Comments

@consileon-de
Copy link

When adding a new json parameter like "enabled": true with STRG+Space, the value, in this case "true" is highlight --> works as expected. Now I use json-sort plugin and true becomes an object {}.

@richie5um
Copy link
Owner

Can you post some JSON that has the problem pls?

@consileon-de
Copy link
Author

{
"application": "PROVIDER_SERVICE",
"id": "PROVIDER_SERVICE:-lu",
"items": {
"scriptUrl": "https://www.",
"settings": {
"alignCurrencySymbolLeft": false,
"crsUrl": "https://api",
"cultures": null,
"domains": {
"price": "VAS"
},
"financeSummaryType": "full",
"type": "fs",
"useStagingEnvironment": true,
"vatIncluded": {
"price": false
}
},
"stylesUrl": "/vw6/v/12.2.0/css",
"timeout": 5000
},
"tenant": "-lu",
"type": "business"
}

@richie5um
Copy link
Owner

Sorry, I must be misunderstanding, but that works fine for me and no value changes occur, for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants