Open
Description
Clear and concise description of the problem
I wonder how to best handle ROADMAP files, In my opinion they should reside under README.md.
But there is a lot of projects using a ROADMAP
file(s) with or without a file extension, eg ROADMAP
, ROADMAP.png
etc.
Suggested solution
- Would it be reasonable to use this token syntax?
{
"README*": "ROADMAP*.$(extname)"
}
Check vscode docs for more explanation regarding tokens
Alternative
{
"README*": "ROADMAP*.$(extname), ROADMAP"
}
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.