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

Is there a way to set a "solution level" env var that is inherited by ALL projects? #156

Open
dbgarlisch opened this issue May 15, 2023 · 2 comments

Comments

@dbgarlisch
Copy link

Is there a way to set a "solution level" env var that is inherited by ALL projects? I did not see anything in the GUI.

Is there a way to hand edit the json file to accomplish this?

Not a big deal, just wondering.

USE CASE:

I always set _NO_DEBUG_HEAP=1 on every EXE project to speed up memory operations while debugging. Right now I must duplicate that ENV for each EXE project.

Our solution includes several EXE projects. The "root" EXE project launches these subproject, helper EXEs as needed. However, for debugging, these subprojects can be set as the startup project and debugged stand-alone. This was the motivation for my original per-project ENV support. Each EXE has its own ENV settings.

@ruifig
Copy link

ruifig commented Aug 29, 2024

First of all, thank you for creating this extension.

Is this feature something that is planned?
I'm in the same situation. I have a bunch of executables in the solution, and being able to share some parameters would be great.

@Irame
Copy link
Collaborator

Irame commented Sep 19, 2024

I currently don't have much time to work on this, but feel free to pick it up and create a pull request.
On the other hand I now know that at least 2 people need it, which motivates me a bit more to do it if I got some time. :)

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

No branches or pull requests

3 participants