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

Multiple envfiles from launch.json #23883

Closed
andrewFirstResonance opened this issue Jul 29, 2024 · 4 comments
Closed

Multiple envfiles from launch.json #23883

andrewFirstResonance opened this issue Jul 29, 2024 · 4 comments
Assignees
Labels
feature-request Request for new features or functionality info-needed Issue requires more information from poster needs community feedback Awaiting community feedback triage-needed Needs assignment to the proper sub-team

Comments

@andrewFirstResonance
Copy link

Hey all, I know this was a GitHub issue that was decided that there wasn't enough community support for a few years ago, but I do think this still would be a really nice feature to have. It's very common to have one env file git committed to a repo with either template values or safe generic values, and then another private env file that basically upserts over the existing env file with your own private values that are not git-committed. It's a nice workflow.

I've also seen flows like .env.base, .env.local. .env.production, etc. where .env.production is .env.base sourced and then .env.production sourced over it.

Hope that all made sense. Anyways, would love to see y'all reconsider development on this issue. Thanks!
#10142

@andrewFirstResonance andrewFirstResonance added the feature-request Request for new features or functionality label Jul 29, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jul 29, 2024
@karthiknadig karthiknadig self-assigned this Jul 29, 2024
@andrewFirstResonance
Copy link
Author

I guess a solution could be to use python-dotenv to source env variables within your python code. I've also tried building a preLaunchTask that just sources my env files with a bash command, but I think the task runs in a different shell than my integratedTerminal.

@eleanorjboyd
Copy link
Member

Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue.

@eleanorjboyd eleanorjboyd added the needs community feedback Awaiting community feedback label Dec 11, 2024
@github-actions github-actions bot added the info-needed Issue requires more information from poster label Dec 11, 2024
Copy link

Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 7 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue.

Copy link

Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off.

Happy Coding!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality info-needed Issue requires more information from poster needs community feedback Awaiting community feedback triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

3 participants