Reformat table in README

This commit is contained in:
Yuriy Artamonov 2025-08-30 13:56:23 +02:00 committed by Jakub Chrzanowski
parent ebc2f61dfe
commit 9f9290fdcb
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B

View File

@ -325,10 +325,10 @@ Within the default project structure, there is a `.run` directory provided conta
![Run/Debug configurations][file:run-debug-configurations.png] ![Run/Debug configurations][file:run-debug-configurations.png]
| Configuration name | Description | | Configuration name | Description |
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| |--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] IntelliJ Platform Gradle Plugin task. Use the *Debug* icon for plugin debugging. | | Run Plugin | Runs [`:runIde`][gh:intellij-platform-gradle-plugin-runIde] IntelliJ Platform Gradle Plugin task. Use the *Debug* icon for plugin debugging. |
| Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. | | Run Tests | Runs [`:test`][gradle:lifecycle-tasks] Gradle task. |
| Run Verifications | Runs [`:verifyPlugin`][gh:intellij-platform-gradle-plugin-verifyPlugin] IntelliJ Platform Gradle Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. | | Run Verifications | Runs [`:verifyPlugin`][gh:intellij-platform-gradle-plugin-verifyPlugin] IntelliJ Platform Gradle Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. |
> [!NOTE] > [!NOTE]