plugin_components.md: link to heading

This commit is contained in:
Yann Cébron 2022-01-24 15:30:42 +01:00
parent 6c04a0eb08
commit 342756d383

View File

@ -52,7 +52,7 @@ To execute code when a project is being opened, use one of these two [extensions
Any long-running or CPU intensive tasks should be made visible to users by using `ProgressManager.run(Task.Backgroundable)`.
Access to indices must be wrapped with `DumbService`, see also [General Threading Rules](general_threading_rules.md).
See also [Running Tasks Once](ide_infrastructure.md).
See also [](ide_infrastructure.md#running-tasks-once).
### Project and Application Close