mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
9193dbd0cc
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.