You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! You can disable just the Compose language server by setting the docker.enableDockerComposeLanguageService setting in VSCode to false, this will have less impact than disabling the extension entirely. You probably can also just ignore the error.
The following yaml is a valid
docker-compose.yaml
declaration but vscode shows a "Map keys must be unique (DUPLICATE_KEY)" error on the<<: *bar
line.Disabling the docker extension
ms-azuretools.vscode-docker
make the error disappear.This issue is fixed in the YAML parser, see eemeli/yaml#21
The text was updated successfully, but these errors were encountered: