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
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
ROADMAPfile(s) with or without a file extension, egROADMAP,ROADMAP.pngetc.Suggested solution
{ "README*": "ROADMAP*.$(extname)" }Check vscode docs for more explanation regarding tokens
Alternative
{ "README*": "ROADMAP*.$(extname), ROADMAP" }Additional context
No response
Validations