Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On multi-project windows, relative paths always point to first project #200

Open
ElSaico opened this issue Nov 4, 2022 · 0 comments
Open

Comments

@ElSaico
Copy link

ElSaico commented Nov 4, 2022

Something that's bitten me when I first tried to use this plugin: regardless of the project set on the run configuration, path resolution goes straight to the topmost project.

Steps to reproduce:

  1. Open a project
  2. Open another project, choosing "Attach" on the following popup (so that both end up in the same window)
  3. Create .env files on both projects with different values, on the same (relative) location
  4. Create a run configuration for the second project
  5. Enable EnvFile on this configuration and add the aforementioned .env file
  6. Run; the environment values from the first project's file will be used

This happens on PyCharm Professional 2022.2.3; don't know about other IDEs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant