Skip to content

Commit 9266caa

Browse files
authored
feat: Configure Pre-Commit run for debugging (#4284)
1 parent 174228b commit 9266caa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.run/Pre-Commit [spotlessApply detekt].run.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<option name="executionName" />
55
<option name="externalProjectPath" value="$PROJECT_DIR$" />
66
<option name="externalSystemIdString" value="GRADLE" />
7-
<option name="scriptParameters" value="" />
7+
<option name="scriptParameters" value="--no-parallel" />
88
<option name="taskDescriptions">
99
<list />
1010
</option>
@@ -18,12 +18,15 @@
1818
</ExternalSystemSettings>
1919
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
2020
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<ExternalSystemDebugDisabled>false</ExternalSystemDebugDisabled>
2122
<EXTENSION ID="com.android.tools.idea.testartifacts.testsuite.GradleRunConfigurationExtension">
2223
<com.android.tools.idea.testartifacts.testsuite.SHOW_TEST_RESULT_IN_ANDROID_TEST_SUITE_VIEW>false</com.android.tools.idea.testartifacts.testsuite.SHOW_TEST_RESULT_IN_ANDROID_TEST_SUITE_VIEW>
2324
<android.execution.deploysToLocalDevice>false</android.execution.deploysToLocalDevice>
2425
</EXTENSION>
2526
<DebugAllEnabled>false</DebugAllEnabled>
2627
<RunAsTest>false</RunAsTest>
28+
<GradleProfilingDisabled>false</GradleProfilingDisabled>
29+
<GradleCoverageDisabled>false</GradleCoverageDisabled>
2730
<method v="2" />
2831
</configuration>
2932
</component>

0 commit comments

Comments
 (0)