Bug in VSC Webcore: call to Application.CreateForm() not added when adding "Direct Form"

Hello!

Using current VSC (1.66.2) and Webcore (v1.9.85543), I see following bug:

When adding a new Direct form, the uses clause of the .dpr is extended correctly, but the call to Application.CreateForm(Tx,x) is not included in the .dpr.

(In WebCore for Delphi this works fine).

Greetings, Meik Stoll

In Visual Studio Code we control this ourselves and we don't add this automatically, for the very reason that it doesn't make sense to immediately create multiple forms in a web application.

OK, thanks for the explanation, makes sense.