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
+3 -3
View File
@@ -56,8 +56,8 @@ export class TaskDashboardPanel {
}
const panel = vscode.window.createWebviewPanel(
"xboctFlow.dashboard",
"XBOCT flow",
"xboctukFlow.dashboard",
"XBOCTuK Flow",
vscode.ViewColumn.One,
{
enableScripts: true,
@@ -181,7 +181,7 @@ export class TaskDashboardPanel {
return;
case "createTask":
await vscode.commands.executeCommand("xboctFlow.createTask");
await vscode.commands.executeCommand("xboctukFlow.createTask");
await this.reloadTasks();
return;
}