Fix installation of act

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2024-11-17 17:31:37 -05:00
parent 25d50d4c50
commit eb379f4f86
3 changed files with 11 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ export default class ComponentsTreeDataProvider implements TreeDataProvider<Gith
}),
commands.registerCommand('githubLocalActions.installComponent', async (componentTreeItem: ComponentTreeItem) => {
await componentTreeItem.component.installation();
this.refresh();
}),
commands.registerCommand('githubLocalActions.startComponent', async (componentTreeItem: ComponentTreeItem) => {
const start = componentTreeItem.component.start;