-
Notifications
You must be signed in to change notification settings - Fork 522
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
Compose Down/Up can't run on edit file. #302
Comments
@jp311 Could you please provide more details of what you are doing? Thanks. |
Also running into this behaviour. When right-clicking on the main edit pane while editing a docker-compose.yml file and selecting the Compose Up or Compose Down options from the popup menu, nothing happens. After opening developer tools, two errors are generated: and TypeError: Cannot read property 'length' of undefined Right-clicking the file in the explorer file tree and doing the same Compose up or Compose down works fine. It is only when doing it via the editor window that it fails. |
@PrashanthCorp Can you repro? |
and dockerComposeFileURI correctly Fixes #302.
@jp311 Just wanted to let you know that we have published a new version of the Docker extension that should contain this fix. Happy coding! |
Console OUTPUT:
That's right on EXPLORER.
VSCode: 1.25.0
Docker: 0.0.27
The text was updated successfully, but these errors were encountered: