Open benjamint-bsquare opened 3 years ago
I'm not sure those particular run configuration expose necessary extension points, but I'd welcome such contribution!
Firstly, this plugin is a great idea and sorely needed. I managed to get EnvFile partially working with Docker container as Python interpreter. But there are a few problems:
PYTHONPATH=foo/bar
simply prepends that value to the rest of the existing var. When using EnvFile, it appears just to overwrite the whole var with the value, causing Python import errors.How did you get it to work with the docker container?
How did you get it to work with the docker container?
I wouldn't say I got it properly working. With Docker image set as Python interpreter in PyCharm and EnvFile plugin enabled, I managed to run Python modules without errors. That required some tweaks and adjustments around the issues I mentioned initially. So I guess it just (partially) works.
Requesting support for Docker and Docker Compose Run/Debug configuration. (EnvFile is great)