Skip to content

Commit 3f33701

Browse files
committed
reinstated 1000ms startup delay
1 parent effd3f0 commit 3f33701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetailCoder.VBE/App.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public void Startup()
154154
_appMenus.Localize();
155155

156156
// delay to allow the VBE to properly load. HostApplication is null until then.
157-
Task.Delay(2000).ContinueWith(t =>
157+
Task.Delay(1000).ContinueWith(t =>
158158
{
159159
_parser.State.AddBuiltInDeclarations(_vbe.HostApplication());
160160
_parser.State.OnParseRequested();

0 commit comments

Comments
 (0)