p1c2u / vscode-docker-compose

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

Breaks by v2.21.0 of compose #56

Closed jojoa closed 1 year ago

jojoa commented 1 year ago

Extensions is unable to parse the new compose ps output as of breaking change in json formating see: https://github.com/docker/compose/pull/10918 and https://docs.docker.com/compose/release-notes/

jojoa commented 1 year ago

Still broken if you have only 1 container in the project created, with the error: result.map is not a function. as it isnt a array if its only one..

jojoa commented 1 year ago

@p1c2u ^