-
Notifications
You must be signed in to change notification settings - Fork 30.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
Allow for custom icons for non-file based editors (extensions, keybindings, search, settings) #199965
Comments
Makes sense for other editors: keybindings, search, settings |
I was hoping to do this myself and looked into it, but there's no clear way other than CSS with For reference the terminal does it by generating CSS in JS and injecting it such that the codicon chars (which could theoretically change) are not hard coded in CSS: vscode/src/vs/workbench/contrib/terminal/browser/terminalService.ts Lines 1246 to 1252 in 97082b0
|
Verification steps:
|
Nice easy polish change to switch to the 4 square icon here:
The text was updated successfully, but these errors were encountered: