Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

"Append to environment" is not working properly #122

Open paulvi opened 10 years ago

paulvi commented 10 years ago

originally reported by @ihgreenman Ian in #81

It looks like in the "Edit launch configuration properties" window that the "Append to environment" is not working properly; it appears that no matter what that the native environment variables are getting nuked.

paulvi commented 10 years ago

I checked LaunchConfigurationDelegate.java code

Currently append and replace both are not referenced. It passes only specified environment variables making it replace like .

env