-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update VSCode Icons #6115
Comments
New Monaco already using new VS Code icons, so probably it makes sense to align. |
When would something like this come to pass? |
@JesterOrNot there was not yet plans to work on it. Does anyone ask about it for Gitpod? |
No but I think it would be pretty cool 😅 |
It seems that Monaco comes with icons already, ideally it would be good to use it from monaco distribution then that editor and IDE icons are aligned. It's a tricky and for the meantime just updating icon files could be enough. @JesterOrNot looking into it |
After last Monaco upgrade we have codeicons in our css. So it should be a matter of going and changing css and then removing icon files. Please see for details on how to use codeicons: #4835 (comment) We should also figure out how to deprecate old icons. They are probably used in end products. |
In order to use codicons in other areas of the application, the following method is required: codicon codicon-{codicon-name} Ex: |
It would mean though that icons won't work without Monaco extension :( We could start like that and if someone comes with the issue later, we will need to provide such css classes through the core then. |
I think we can go ahead for now with these icons (since it is quite difficult not to use |
Description
The repository vscode-icons has recently been created where we can re-use the same icons present in VSCode. Is it something we'd like to align to? If we use the outdated icons it's quite possible we will get a mismatch in our own applications when using plugins (which bring the new icons in their views).
The text was updated successfully, but these errors were encountered: