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
{{ message }}
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
When debugging a React application, Chrome nicely shows groups in the console, whereas vscode does not. It shows the start and end of the group, but they are not actually grouped. This makes the output cluttered and hard to read.
This is the output in Chrome:
And this is how vscode shows it:
I think it would be a lot better if vscode shows this like Chrome does. Possibly with the colors that the Chrome console shows.
The text was updated successfully, but these errors were encountered:
When debugging a React application, Chrome nicely shows groups in the console, whereas vscode does not. It shows the start and end of the group, but they are not actually grouped. This makes the output cluttered and hard to read.
This is the output in Chrome:
And this is how vscode shows it:
I think it would be a lot better if vscode shows this like Chrome does. Possibly with the colors that the Chrome console shows.
The text was updated successfully, but these errors were encountered: