We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of #2539.
VSCode recently added a language ID for Compose. More info here. We should make the following changes to support it:
onLanguage:dockercompose
onLanguage:yaml
"when": "resourceLangId == dockercompose"
If possible, use the language ID to target the file picker? Not possible 😞
The text was updated successfully, but these errors were encountered:
This may be postponed due to the timing of release.
Nope, it's out! https://code.visualstudio.com/updates/v1_55#_docker-compose-language
Sorry, something went wrong.
This change is now released with Docker extension version 1.12.0.
Successfully merging a pull request may close this issue.
Part of #2539.
VSCode recently added a language ID for Compose. More info here. We should make the following changes to support it:
onLanguage:dockercompose
to target extension activations, rather thanonLanguage:yaml
"when": "resourceLangId == dockercompose"
etc. to target commandsIf possible, use the language ID to target the file picker?Not possible 😞The text was updated successfully, but these errors were encountered: