-
Notifications
You must be signed in to change notification settings - Fork 531
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
Support for Dockerfile.some-env #192
Labels
Comments
If you add the following to your VSCode settings, you should get it back: "files.associations": {
"[Dd]ockerfile*": "dockerfile",
"docker-compose*": "yaml"
} For the Dockerfile entry, I'm getting IntelliSense and file icons. The docker-compose entry is giving me IntelliSense but no file icons. |
This was referenced May 7, 2019
Thanks its working. |
I think this scenario is entirely covered by #102, so I'll resolve this as duplicate. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since Docker 1.8 we can do something like that in order to have multiple Dockerfile in the same folder:
See https://stackoverflow.com/a/32108873/2398593
With VSC, we loose intellisense within a file
Dockerfile.something
file.The text was updated successfully, but these errors were encountered: