-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Tune presentation of input/output in the debug console #87599
Comments
I have improved the alignment so it now looks like this. Thus I think we should introduce a new icon. Something that looks like a chevron but is a bit different. So some stylised version of > < |
I remember discussing this back in December. Alternatives discussed were:
Let's explore those as well. |
Good ideas. Only use an icon for input: Only use an icon for output: I personally like how it looks when we only use an icon for input. |
But the repl isn't an editor. The Chrome dev tools repl uses horizontal separators. |
Yeah, I am aware of both those things. IMHO it just feels like too much for me with all the horisontal lines. Chrome uses nice transparent color for lines and I could be convinced to also try that, but I would first like to try the one arrow approach. Our users are always swtiching between the editor and repl, while the chrome does not have a regular editor. Since VSCode is an editor, and our users mostly look at the editor imho it makes sense to make the repl resemble the editor as much as it can. |
It's especially because our users constantly switch between both that it is important to differentiate between them such that they don't get annoyed when they try to edit the repl or run commands in the editor. But, you're right, let's roll with the current approach since it already addresses some pain points. 👍 |
Follow up work from last milestone to make the input / output more distinguishable.
The text was updated successfully, but these errors were encountered: