From 370de4b6c507771efa0e5acbf9b0d05f639542f6 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 16 Nov 2020 13:15:47 +0100 Subject: [PATCH] README - Predefined Run/Debug configurations --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3b8a6e..d5cb685 100644 --- a/README.md +++ b/README.md @@ -163,11 +163,11 @@ Within the default project structure, there is a `.run` directory provided conta ![Run/Debug configurations][file:run-debug-configurations.png] -| Configuration name | Description | -| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Run IDE with Plugin | Runs [`:runIde`][gh:gradle-intellij-plugin-running-dsl] Gradle IntelliJ Plugin task. Use the *Debug* icon for plugin debugging. | -| Run Plugin Tests | Runs [`:check`][gradle-lifecycle-tasks] Gradle task that invokes `:test` and `detekt`/`ktlint` code inspections. | -| Run Plugin Verification | Runs [`:runPluginVerifier`][gh:gradle-intellij-plugin-verifier-dsl] Gradle IntelliJ Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. | +| Configuration name | Description | +| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Run Plugin | Runs [`:runIde`][gh:gradle-intellij-plugin-running-dsl] Gradle IntelliJ Plugin task. Use the *Debug* icon for plugin debugging. | +| Run Tests | Runs [`:check`][gradle-lifecycle-tasks] Gradle task that invokes `:test` and `detekt`/`ktlint` code inspections. | +| Run Verifications | Runs [`:runPluginVerifier`][gh:gradle-intellij-plugin-verifier-dsl] Gradle IntelliJ Plugin task to check the plugin compatibility against the specified IntelliJ IDEs. | ## Continuous integration