Adding environment variable in Run/Debug Configuration with value containing equal sign
Answered
I want to add the following as one of my environment variables but it keeps getting parsed incorrectly.
`FOO="a=b"`
However this gets parsed as
`a=b` instead, discarding `FOO`.
Is this a bug or is there a specific way to get this to work?
Please sign in to leave a comment.
Yes, it's a bug: https://youtrack.jetbrains.com/issue/IDEA-210897.