diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-12-03 11:19:38 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-12-03 11:19:38 +0200 |
commit | 064d4051d597598f703453606915ea35b3c7ee3c (patch) | |
tree | fc323913cb79fc30c1aeac801b6e3cdfc7b0a8dd /src/main/resources/idea_run_config_template.xml | |
parent | ee64d34bdb92eb477d5b40a2402515583b5e8a29 (diff) | |
download | architectury-loom-064d4051d597598f703453606915ea35b3c7ee3c.tar.gz architectury-loom-064d4051d597598f703453606915ea35b3c7ee3c.tar.bz2 architectury-loom-064d4051d597598f703453606915ea35b3c7ee3c.zip |
Add environment variable support for idea run configs
Diffstat (limited to 'src/main/resources/idea_run_config_template.xml')
-rw-r--r-- | src/main/resources/idea_run_config_template.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/idea_run_config_template.xml b/src/main/resources/idea_run_config_template.xml index 1e85bbbe..f462051d 100644 --- a/src/main/resources/idea_run_config_template.xml +++ b/src/main/resources/idea_run_config_template.xml @@ -1,5 +1,6 @@ <component name="ProjectRunConfigurationManager"> <configuration default="false" name="%NAME%" type="Application" factoryName="Application"> + %ENVS% <option name="MAIN_CLASS_NAME" value="%MAIN_CLASS%" /> <module name="%IDEA_MODULE%" /> <option name="PROGRAM_PARAMETERS" value="%PROGRAM_ARGS%" /> @@ -9,4 +10,4 @@ <option name="Make" enabled="true" /> </method> </configuration> -</component>
\ No newline at end of file +</component> |