p1c2u / vscode-docker-compose

Docker Compose Extension for Visual Studio Code
MIT License
18 stars 8 forks source link

Extension issue #31

Open Kelleyc718 opened 5 years ago

Kelleyc718 commented 5 years ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:

{
    "messages": [],
    "activationTimes": {
        "startup": true,
        "codeLoadingTime": 1217,
        "activateCallTime": 1,
        "activateResolvedTime": 0,
        "activationEvent": "workspaceContains:**/docker-compose.yml"
    },
    "runtimeErrors": [
        {
            "name": "TypeError",
            "message": "Cannot read property 'service' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'service' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'service' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'service' of undefined"
        }
    ]
}
p1c2u commented 5 years ago

docker-compose.yml would be helpful

Kelleyc718 commented 5 years ago

This error occurs with the default docker-compose.yml generated by the docker vscode extension.

p1c2u commented 5 years ago

@Kelleyc718 Does the issue still occur in new version? If yes can you show me exemplary generated docker-compose.yml?