From 0c5f757cc14acd82ec052f4ef03c572e0fe28bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 23 Feb 2021 15:58:37 +0100 Subject: [PATCH] code_samples/run_configuration: README minor --- run_configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_configuration/README.md b/run_configuration/README.md index ccf6dddf0..096a822ac 100644 --- a/run_configuration/README.md +++ b/run_configuration/README.md @@ -3,7 +3,7 @@ ## Quickstart -Run Configuration example project provides an implementation of the `configurationType` extension point responsible for adding new options for the Run/Debug Configurations. +Run Configuration example project provides an implementation of the `com.intellij.configurationType` extension point responsible for adding new options for the Run/Debug Configurations. In this example, a new *Demo* configuration is added together with `ConfigurationFactory` instance that collects run/debug properties - `scriptName` in this case. ### Extension Points