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
Is there a reason that the env-option is not set up to be passed on to Popen.subprocess?
I am quite new to using this library, and I like it very much. But I have now run across an issue where I need to set some environment variables for an external tool, to get it to work. And my first thought was to just throw the env=foo to subprocess in the external tool filter. But discovered that that wasn't an option.
Adding it to the ExternalTool-class wouldn't be a problem, but I wanted to see if there was any thought behind why it is like it is, and if that would be advised against?
The text was updated successfully, but these errors were encountered:
Is there a reason that the env-option is not set up to be passed on to Popen.subprocess?
I am quite new to using this library, and I like it very much. But I have now run across an issue where I need to set some environment variables for an external tool, to get it to work. And my first thought was to just throw the env=foo to subprocess in the external tool filter. But discovered that that wasn't an option.
Adding it to the ExternalTool-class wouldn't be a problem, but I wanted to see if there was any thought behind why it is like it is, and if that would be advised against?
The text was updated successfully, but these errors were encountered: