-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Added support for custom icons in various editor inputs #200329
Conversation
Great small change, here are more editors to consider adopting:
|
If you do vscode/src/vs/workbench/contrib/terminal/browser/terminalEditorInput.ts Lines 194 to 211 in faacc5f
|
…eter and updated its usage across multiple files
Added support for all EditorInputs except |
I only partially supported |
If you don't do color yet we should move the terminal back to the old system until then as it would be a regression |
I will be looking into icon theme colours tomorrow. For the |
This PR introduces the ability to use codicons in various editor inputs. The changes include modifications to the editor input classes to accept a
ThemeIcon
object, which can be used to set a custom icon.#199965
#200147