dynamic_plugins.md: Add information that dynamic plugins behavior is unavailable for 3rd-party paid plugins

This commit is contained in:
Karol Lewandowski 2023-08-07 12:21:45 +02:00
parent aa17d1b698
commit 95c29aa0af

View File

@ -1,7 +1,7 @@
# Dynamic Plugins
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Dynamic Plugins
<link-summary>Making a plugin dynamic allows installing, updating, and uninstalling it without IDE restart, as well as hot reloading plugin changes during the development.</link-summary>
Starting with the **2020.1** release, installing, updating, and uninstalling plugins without restarting the IDE is available in the IntelliJ Platform.
@ -15,6 +15,10 @@ Please note that any unloading problems in a production environment will simply
>
{style="note"}
> 3rd-party **paid** plugins cannot be installed, updated or uninstalled without restarting the IDE.
>
{style="warning"}
## Restrictions
For a plugin to support this, all restrictions listed below must be met.