feature: Make checklist file configurable

This commit is contained in:
Keith Solomon
2025-06-22 20:40:47 -05:00
parent 61ea6fab6b
commit 87e8c4feee
3 changed files with 88 additions and 10 deletions

View File

@@ -21,6 +21,21 @@
"title": "Roadmap: Open Tab"
}
],
"configuration": [
{
"type": "string",
"default": "Development Checklist.md",
"description": "Filename of the markdown checklist to use for the roadmap view.",
"scope": "workspace",
"properties": {
"roadmapChecklist.filename": {
"type": "string",
"default": "Development Checklist.md",
"description": "The relative path to the markdown file used for the roadmap checklist."
}
}
}
],
"viewsContainers": {
"activitybar": [
{