✨feature: Make checklist file configurable
This commit is contained in:
15
package.json
15
package.json
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user