ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
542 stars 129 forks source link

Allow remote env files #51

Closed bedge closed 6 years ago

bedge commented 6 years ago

For remote debugging, one needs remote env files.

This would some additional plumbing so that the remote env could be sourced by the remote interpreter at load time.

ashald commented 6 years ago

Unfortunately, at this point I don't see a way how this can be addressed. This plugin operates within IDEA process rather than "where code is run". And I don't know the IDEA platform enough even to say if it's possible at all or no. Please feel free to contribute the feature or advice on a way how this can be implemented with regards to IDEA plugin capabilities. But for now I'm going to close this issues it doesn't seem to be feasible to implement. Sorry for bringing bad news. :(