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
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.
Does this issue occur when all extensions are disabled?: Yes/No
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:
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
The text was updated successfully, but these errors were encountered: