Add missing content snippets

This commit is contained in:
Karol Lewandowski 2025-02-19 08:41:26 +01:00 committed by Karol Lewandowski
parent 3b091c4e10
commit 282961ee52
2 changed files with 4 additions and 0 deletions

View File

@ -186,3 +186,5 @@ They are intended to be used by the IntelliJ Platform itself.
Avoid using them in plugin code. Avoid using them in plugin code.
Use it only as a temporal solution if it is hard to quickly rewrite code which checks for write intent lock. Use it only as a temporal solution if it is hard to quickly rewrite code which checks for write intent lock.
<include from="snippets.md" element-id="missingContent"/>

View File

@ -184,3 +184,5 @@ It is only possible to:
The lack of an API for switching from suspending and blocking contexts to progress indicator is intentional. The lack of an API for switching from suspending and blocking contexts to progress indicator is intentional.
Cancellable and trackable tasks should be run in coroutines as the progress indicator is obsolete since 2024.1. Cancellable and trackable tasks should be run in coroutines as the progress indicator is obsolete since 2024.1.
<include from="snippets.md" element-id="missingContent"/>