Make the `Run Tests` run configuration use the `RunAsTest` IDE feature #446

pull/448/head
Jakub Chrzanowski 2 months ago
parent fc1085cbd3
commit ac57f20bb3
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

@ -19,6 +19,7 @@
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>true</RunAsTest>
<method v="2" />
</configuration>
</component>

@ -11,6 +11,7 @@
### Fixed
- Fixed calculation of the plugin publication channel
- Make the `Run Tests` run configuration use the `RunAsTest` IDE feature
### Removed

Loading…
Cancel
Save