Press F5 in VS Code to run the extension in the Extension Development Host.
Usage
Open any workspace and run the command FL AI VAST: Generate Plugin (or press the preview icon when editing a .vast file).
Enter a short description like: a vintage compressor with ratio 1-20, attack 0.1-30 ms, release 0.1-1000 ms.
Choose the output format (VST3 C++ project, FL Studio .fst patcher, or Both).
Generated files are placed in a subfolder named fl-<plugin-name> inside your workspace. For VST3 builds, put the Steinberg VST3 SDK (3.7.8) next to the generated plugin folder so your build script can find it. Example layout:
/workspace
/fl-myplugin <-- generated
/VST3_SDK-3.7.8 <-- place the official SDK here