code_samples/run_configuration: README minor

This commit is contained in:
Yann Cébron 2021-02-23 15:58:37 +01:00
parent 0cf2351e6e
commit 0c5f757cc1

View File

@ -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