-
Notifications
You must be signed in to change notification settings - Fork 364
Remove package:codicon dependency
#8592
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
Conversation
devtools_options.yaml
Outdated
| @@ -0,0 +1,3 @@ | |||
| description: This file stores settings for Dart & Flutter DevTools. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete?
| async: ^2.0.0 | ||
| clock: ^1.1.1 | ||
| codicon: ^1.0.0 | ||
| async: ^2.0.0 # okay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'okay' text was some local bookkeeping?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this was an accidental commit. Feel free to remove as part of #8599 or I can submit a clean up PR.
This PR eliminates the codicon dependency. Instead, we are using the icons from Material Symbols: https://fonts.google.com/icons.
#8591 tracks the work to remove the
codiconpackage fromthird_party.