-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Associate pink whale icon from Seti theme with all dockercompose
documents
#131650
Conversation
PR #118042 added a `dockercompose` language to help scope down from generic YAML. This updates the `theme-seti` builtin extension to automatically use the pink whale icon for all documents with language mode `dockercompose`. The same is done for `dockerfile` documents but with a blue icon. This also removes the per-filename mapping because it is no longer needed; the filename patterns in #118042 cover it.
That script looks file associations coming from seti and replaces them with a language association. This doesn't work for
|
@aeschli I think I understand. The right fix might be to update |
Closing in favor of #131721. |
I can improve the script... |
I updated the script and the seti theme |
Thanks @aeschli! |
This PR addresses part of microsoft/vscode-docker#2539.
dockercompose
documents will get the pink whale icon that previously onlydocker-compose.y(a)ml
anddocker-compose.override.y(a)ml
received.@alexr00 @karolz-ms FYI