How to disable the Http Request automatically added to the Run/Debug configuation when run it
Answered

As the picture shows,when I run an Http Request, it will be automatically added to the Run/Debug configuration, and the number 1 will automatically change to the previously executed Http Request. If I need to execute QaApp, I always need Manually switch once.
How can I not automatically join the Run/Debug configuration when running Http Request?
Please sign in to leave a comment.
I'm afraid, there is no way to disable it.
You can use https://plugins.jetbrains.com/plugin/9448-run-configuration-as-action and assign a keyboard shortcut for your main run configuration so that you don't have to use the menu at all.
Ok, I'll give it a try, thanks.