feature: Add webview to display the checklist in an editor tab

This commit is contained in:
Keith Solomon
2025-06-22 16:48:18 -05:00
parent 6e0405b192
commit 61ea6fab6b
3 changed files with 101 additions and 37 deletions

View File

@@ -17,8 +17,8 @@
"contributes": {
"commands": [
{
"command": "vscode-project-roadmap.helloWorld",
"title": "Hello World"
"command": "roadmapChecklist.openTab",
"title": "Roadmap: Open Tab"
}
],
"viewsContainers": {