-
Notifications
You must be signed in to change notification settings - Fork 527
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
Allow custom file names #102
Comments
Just now I tried on this project and right-clicking on any of the dockerfiles there shows that menu item, although running Docker: Build from the command palette only shows the main I also tried on this another project where we have 5 valid docker-compose files (although {
"docker.compose.fileGlobs": ["*.yaml"]
} |
👍 on the idea of settings to override the glob patterns. |
I agree with the requests to allow changing the globs. Can |
Would also love to see this implemented. I have some Golang repositories with multiple binaries and I'd like to have a Dockerfile for each of them. Unfortunately at the moment I have to manage the build manually because these Docker files are not recognized |
@rodrigodiez Please not that you can in fact do this already for Dockerfiles (but not compose files) - see #248 (comment): { |
@StephenWeatherford while the association is a great start for syntax highlighting and such, the commands provided to vscode do not work. An error is given that it cannot find any Dockerfile in the work space. |
@crstamps2 Thanks, will see if there's anything we can do. |
To recap since this has been around a while--the |
Right now,
COMPOSE_FILE_GLOB_PATTERN
andDOCKERFILE_GLOB_PATTERN
are hardcoded patterns.We'd need a way to configure those, either by user or by project.
Thanks!
The text was updated successfully, but these errors were encountered: