-
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
DOCKERFILE_GLOB_PATTERN is too permissive #134
Comments
|
this is also painful when developing the docker extension :) |
@lostintangent, what is the motivation for 950d9f0? It seems that the standard format is either I'm going to suggest using only the most common filenames in the extension and users can use the language-specific settings in VSCode if they need to match other files. |
The current matches are too permissive and cause false positives. Fixes microsoft#134
The current matches are too permissive and cause false positives. Fixes #134
We have a
dockerfile.go
file in at least one repo and it's being detected as belonging to this plugin instead of the Go plugin.This is likely because the current DOCKERFILE_GLOB_PATTERN is too permissive.
The text was updated successfully, but these errors were encountered: