Native support for custom Makefile
naming conventions
#645
Labels
enhancement
New feature or request
Makefile
naming conventions
#645
Description:
Currently, the extension only provides syntax highlighting and support for files named
Makefile
. When the Makefile has a different name, such asdocker.Makefile
orMakefile.test
, these files are treated as plain text. Such naming conventions are commonly used in larger projects to separate concerns or context (ie. docker, test, etc.). It would be an enhancement to support these types of naming conventions out-of-the-box!Issue
Steps to Reproduce
docker.Makefile
orMakefile.test
.Example
Current Workaround
This can be resolved with the following manual hack added to
settings.json
. However, this begins to prove inefficient when working with large or several teams:Enhancement / Feature Request
Ideally, the extension should offer syntax highlighting, linting, and other Makefile-related functionality for files that follow common alternative naming conventions. I propose the following enhancement:
*.Makefile
Makefile.*
*.makefile
Additional Context:
Extension Version:
0.10.26
VS Code Version:
1.92.0-insider
Operating System:
Ubuntu Focal LTS
The text was updated successfully, but these errors were encountered: