-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
[Feature Request] Wire up new debug console icon to be configurable by extensions #94063
Comments
(Experimental duplicate detection) |
@TylerLeonhardt this is a valid point. Thus keeping this open as a feature request and we might change this in the future. |
@TylerLeonhardt @isidorn some clarifications:
From this it is clear that the debug console and the icon representing it, is part of VS Code's debugger architecture. We are not planning to make this configurable. But we are open to make it possible for extensions to add additional "icons"... |
@weinand and @isidorn thanks for the quick reply.
I'm aware of the terminal icon. We leverage it in the PowerShell extension in the satus bar: which, when clicked, allows you to change the version that is used in the PowerShell Integrated Console (a terminal instance that appears in the VS Code Integrated Terminal).
This might be true from the VS Code perspective, but that icon lives as a part of vscode-icons and it seems that extension authors are encouraged to reuse icons where it makes sense and in our case it makes sense to reuse the
Just some side feedback, this is not clear on https://microsoft.github.io/debug-adapter-protocol/overview especially with the screenshot I posted from that link above that says you can launch in an integrated console instead of leveraging the debug console. Anyway...This feature request was just one suggestion. Ideally, VS Code could have an icon that specifically represents the Debug Console a little better (adding a little bug on it or something... but this is probably where we bring @misolori in) rather than using the generic "console" icon especially since there's a debug console and an integrated terminal now.
This is also something that would be ideal to help customers who are confused by the current experience. |
Funny you mention that because we just went through an iteration and did for our the debug console in dynamic views (see #92590 (comment)) so we added this icon to our icon set: So i wonder if it makes sense to update this icon in the debug viewlet as well @isidorn @weinand? |
@misolori you're awesome! |
@misolori yes, as we aleardy discussed it makes sense to update the icon. I will do that right now - since that icon is just better. |
Pushed via 56df825 |
originally opened here PowerShell/vscode-powershell#2593
First time I'm seeing this little terminal icon... it looks like it's just a short cut to the Debug Console... This is not ideal because not every debugger uses the Debug Console some use an integrated terminal. This will be confusing for users.
I don't think there's any sort of configuration for us to say "hey jump to this terminal instead of the Debug Console". But it's brand new so I may be wrong.
Not using the Debug Console is a totally valid thing to do:
The text was updated successfully, but these errors were encountered: