refactor: update names, load defaults from package.json
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user