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

Setup workspace run configuration #8

Closed
matshou opened this issue Apr 23, 2021 · 0 comments
Closed

Setup workspace run configuration #8

matshou opened this issue Apr 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@matshou
Copy link
Contributor

matshou commented Apr 23, 2021

Run configuration that sets up working environment.

<component name="ProjectRunConfigurationManager">
  <configuration default="false" name="setupWorkspace" type="GradleRunConfiguration" factoryName="Gradle">
    <ExternalSystemSettings>
      <option name="executionName" />
      <option name="externalProjectPath" value="$PROJECT_DIR$" />
      <option name="externalSystemIdString" value="GRADLE" />
      <option name="scriptParameters" value="" />
    </ExternalSystemSettings>
    <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
    <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    <DebugAllEnabled>false</DebugAllEnabled>
    <method v="2">
      <option name="Gradle.BeforeRunTask" enabled="true" tasks="createLaunchRunConfigs" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
      <option name="Gradle.BeforeRunTask" enabled="true" tasks="createModSearchScopes" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
      <option name="Gradle.BeforeRunTask" enabled="true" tasks="createDiscordIntegration" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" />
      <option name="RunConfigurationTask" enabled="true" run_configuration_name="decompileZomboid" run_configuration_type="GradleRunConfiguration" />
      <option name="RunConfigurationTask" enabled="true" run_configuration_name="runZomboidDoc" run_configuration_type="GradleRunConfiguration" />
    </method>
  </configuration>
</component>
@matshou matshou added the enhancement New feature or request label Apr 23, 2021
@matshou matshou closed this as completed in 1d26de5 May 4, 2021
matshou pushed a commit to pzstorm/storm that referenced this issue May 5, 2021
Run configurations are generated by Capsid since v0.4.0:

- pzstorm/capsid#7
- pzstorm/capsid#8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant