You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the Quokka: Compact Message Output option, but it is unchecked so I don't know why the VSCode tooltip still seems to be trying to reduce the number of lines used. :(
Mixing the single line object + the multiline objects is fine, but the opening curly braces like on the newline after parent: should be on the same line like so: parent: {
And closing braces should be on their own line with the appropriate indentation.
Edited (from title): ideally would format similar to JSON.stringify(output, null, 2)
The text was updated successfully, but these errors were encountered:
smcenlly
changed the title
JSON.stringify(output, null, 2) please
Feature Request - Improve format of JavaScript output output
Apr 16, 2021
smcenlly
changed the title
Feature Request - Improve format of JavaScript output output
Feature Request - Improve format of JavaScript object output
Apr 22, 2021
It is so hard to read this:
I noticed the
Quokka: Compact Message Output
option, but it is unchecked so I don't know why the VSCode tooltip still seems to be trying to reduce the number of lines used. :(Mixing the single line object + the multiline objects is fine, but the opening curly braces like on the newline after
parent:
should be on the same line like so:parent: {
And closing braces should be on their own line with the appropriate indentation.
Edited (from title): ideally would format similar to
JSON.stringify(output, null, 2)
The text was updated successfully, but these errors were encountered: