chore: rename Task Master to TaskMaster

This commit is contained in:
Ralph Khreish
2025-07-31 13:13:34 +03:00
parent cd92be61e5
commit e04a849c56
14 changed files with 67 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "task-master",
"displayName": "Task Master",
"description": "A visual Kanban board interface for Task Master projects in VS Code",
"displayName": "TaskMaster",
"description": "A visual Kanban board interface for TaskMaster projects in VS Code",
"version": "1.0.0",
"publisher": "Hamster",
"icon": "assets/icon.png",
@@ -54,23 +54,23 @@
"commands": [
{
"command": "tm.showKanbanBoard",
"title": "Task Master: Show Board"
"title": "TaskMaster: Show Board"
},
{
"command": "tm.checkConnection",
"title": "Task Master: Check Connection"
"title": "TaskMaster: Check Connection"
},
{
"command": "tm.reconnect",
"title": "Task Master: Reconnect"
"title": "TaskMaster: Reconnect"
},
{
"command": "tm.openSettings",
"title": "Task Master: Open Settings"
"title": "TaskMaster: Open Settings"
}
],
"configuration": {
"title": "Task Master Kanban",
"title": "TaskMaster Kanban",
"properties": {
"taskmaster.mcp.command": {
"type": "string",