mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 18:01:07 +01:00
Fixed argument type mismatch when invoking the PdeLanguageServer main method via reflection. Changed from using spread operator with a list wrapper to passing a properly typed String array directly. This resolves the IllegalArgumentException thrown during language server initialization.