mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
code_samples/run_configuration: README minor
This commit is contained in:
parent
66f90e9e4f
commit
b876c3636f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user