Set the icon on the full workbench mode #603
Answered
by
CGNonofr
erickRochaIP
asked this question in
Q&A
-
Is there a way to set the icon in the top left corner? I noticed that the demo (https://monaco-vscode-api.netlify.app/?mode=full-workbench) looks like this: It looks like there was an error loading the icon or it was not defined. |
Beta Was this translation helpful? Give feedback.
Answered by
CGNonofr
Apr 3, 2025
Replies: 1 comment
-
It doesn't look like that's something that can be overriden. It just displays the product icon which is hardcoded. Microsoft overwrites it in their own proprietary "fork" of VSCode to replace it with the official icon It's probably doable with pure css though |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
erickRochaIP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It doesn't look like that's something that can be overriden. It just displays the product icon which is hardcoded. Microsoft overwrites it in their own proprietary "fork" of VSCode to replace it with the official icon
It's probably doable with pure css though