Well, how? There is that "SET LAUNCH OPTIONS" button, but I believe that is only fit to command line switches.
Asked
Active
Viewed 2.3k times
1 Answers
34
It is possible to prefix the command with your environment variable in the set launch options like so:
YOUR_VARIABLE=1 %command%
Aldrik
- 926