Plugin V2 how to disable remote development

Hi all,
maybe is a silly question, but I cannot find anything about it, is there a way to disable remote development once the plugin is migrated to the modular (V2) version?
At the moment automatically start Intellij in split mode, but I wish to try the plugin in the traditional mode too.

Thanks for any answer

There is a dedicated toggle in the root build.gradle.kts, under the intellijPlatform section: splitMode = true

Setting it to false will make the target IDE run in monolithic mode :wink:

Will future IDEs also run in split mode? In other words, should we start to test our plugins in split mode, or, is it only for remote IDEs?
Thx

We have no such plans, basically we run either distributed (Split, Remote Development) or monolith (Desktop default). Plugins adapted to Split mode work seamless in monolith, using the same set of modules