You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to propose that vmArgs accept an Array as an alternative to the current String. Keep the string for compatibility reasons, but allow an array because some projects accept a large number of arguments that would be easier to look at if presented as an array.
The text was updated successfully, but these errors were encountered:
Please be careful that the bad vmArgs may cause the program fail to start, eg: "vmArgs": ["-Xms64M", "-Xmx128M", "-Dfoo= "bar"], it is by-design and can also be reproduced at eclipse.
I would like to propose that vmArgs accept an Array as an alternative to the current String. Keep the string for compatibility reasons, but allow an array because some projects accept a large number of arguments that would be easier to look at if presented as an array.
The text was updated successfully, but these errors were encountered: