Building Delphi project from Visual Studio Code
问题 I have already set up build and debug environment for Object Pascal inside Visual Studio Code via FPC and GDB, but I just made build process work for programs containing only 1 .pas file via "command": "fpc", "args": [ "-g", "-Px86_64", "helloWorld.pas" ], Now, I need to build quite big Delphi project group (something like solution?) and it contains main project file .groupproj. Is there a way to build the .groupproj via FPC somehow? Or at least some workaround like conversion to .lpi and