Skip to content

Commit 61e9250

Browse files
committed
Comment on mysterious line of code
Also serves to trigger a CI re-run.
1 parent 76dfb8c commit 61e9250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/importFromRegistry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export async function importFromRegistry(scope?: vscode.ConfigurationScope) {
2222
vscode.window.showInformationMessage("Cancelled server import.");
2323
});
2424

25+
// This forces the progress bar to actually show before the possibly long-running load of registry data
2526
await new Promise(resolve => setTimeout(resolve,0));
2627

2728
await loadRegistryData(config, serverDefinitions, serversMissingUsernames, newServerNames);

0 commit comments

Comments
 (0)