refactor: update names, load defaults from package.json

This commit is contained in:
2026-07-15 16:02:30 +05:00
parent 9b27e94d04
commit 4539d39576
13 changed files with 146 additions and 79 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ export class TaskKanbanPanel {
}
const panel = vscode.window.createWebviewPanel(
"xboctFlow.kanban",
"XBOCT flow — Kanban",
"xboctukFlow.kanban",
"XBOCTuK Flow — Kanban",
vscode.ViewColumn.One,
{
enableScripts: true,