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

@@ -168,7 +168,7 @@ export class ComponentsManager {
return;
}
window.showInformationMessage('Once Docker Engine is successfully started, refresh the components view.', 'Refresh').then(async value => {
window.showInformationMessage('Once Docker Engine is successfully started (this could take a few seconds), refresh the components view.', 'Refresh').then(async value => {
if (value === 'Refresh') {
componentsTreeDataProvider.refresh();
}