Skip to content
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

Bug sorta - really missing messaging for docker compose .yml files... #233951

Open
digable1 opened this issue Nov 15, 2024 · 1 comment
Open

Bug sorta - really missing messaging for docker compose .yml files... #233951

digable1 opened this issue Nov 15, 2024 · 1 comment
Assignees
Labels
new release Issues found in a recent release of VS Code triage-needed

Comments

@digable1
Copy link

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.95.3
  • OS Version: Win 10

Disclaimer: This is not a bug per say, but a place where messaging might help people who might not have worked with paid DockerHub plans and would not think to check there when running into this issue.

Steps to Reproduce:

1.  Create a docker compose configuration 'test' file, such as the example below.
2. Name it demo.test.yml

The VsCode has a bunch of red-line markup, which doesn't exist if you name the file demo.test2.yml. Which of course was a clue to see if 'test.yml' was something reserved - and found that it was - https://docs.docker.com/docker-hub/builds/automated-testing/. But as a user for years, I was still wondering how I missed that until I read "Automated builds require a Docker Pro, Team, or Business subscription" - which of course was news to me until now.

So I'm calling this out as a bug because it would help if the error messaging called out could be really going on, with appropriate link for further information.

Example:


services:
volumes:
- ./custom/im-a-dummy-local.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml
networks:
- im-a-placebo-net

volumes:
  im-a-placebo-volume1:
  im-a-placebo-volume2:

networks:
  im-a-placebo-net:
@vs-code-engineering vs-code-engineering bot added the new release Issues found in a recent release of VS Code label Nov 15, 2024
@RedCMD
Copy link
Contributor

RedCMD commented Nov 15, 2024

could you send a screenshot please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new release Issues found in a recent release of VS Code triage-needed
Projects
None yet
Development

No branches or pull requests

3 participants