digma-intellij-plugin icon indicating copy to clipboard operation
digma-intellij-plugin copied to clipboard

try to add env vars on JavaParameters

Open shalom938 opened this issue 9 months ago • 0 comments

when instrumenting a gradle run configuration in InstrumentationRunConfigurationExtension the env variable that we add are persisted on the configuration and we need to clean them. we can try instead to add the env variable on the JavaParameters that is sent to updateJavaParameters , maybe that will work and there is no need to clean

shalom938 avatar May 22 '24 10:05 shalom938