Skip to content
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

ROADMAP handling #232

Open
3 tasks done
jstenmark opened this issue Sep 28, 2024 · 0 comments
Open
3 tasks done

ROADMAP handling #232

jstenmark opened this issue Sep 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jstenmark
Copy link
Contributor

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

  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant