Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven.executable.options configuration as list of strings #981

Open
musantro opened this issue Jul 6, 2023 · 0 comments · May be fixed by #1032
Open

maven.executable.options configuration as list of strings #981

musantro opened this issue Jul 6, 2023 · 0 comments · May be fixed by #1032

Comments

@musantro
Copy link

musantro commented Jul 6, 2023

Suggestion

I would like to configure maven.executable.options as a list of strings, instead of a single string.

Use Cases

I have projects in which I must pass very long list of options to projects, resulting in strings of 220 chars in most cases.

Examples

Instead of:

"maven.executable.options": "-option1 -option2 -option3 -option4"

Something like:

"maven.executable.options": [
    "-option1",
    "-option2",
    "-option3",
    "-option4"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant