-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Why the colon? #9775
Comments
@isidorn what do chrome dev tools in this case? |
@weinand they do not have the colon, and they also do what @joaomoreno proposed in #9774 |
@isidorn we should not only remove the colon in this case but establish the rule that there is only a colon if it is followed by a value. |
@isidorn please consider to use the ellipsis character instead of '..' |
@isidorn Shouldn't individual indexes not have the array brackets, just like every other key? |
@joaomoreno the brackets of the individual indexes are provided by the backend. They are not created in the VS Code debugger UI. |
That actually makes sense. Closing. |
Testing #9684
Each variable page group seems to end with the colon
:
, as if there is a value right after it.But there never is 😢
The text was updated successfully, but these errors were encountered: