mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
dynamic_plugins.md: Add information that dynamic plugins behavior is unavailable for 3rd-party paid plugins
This commit is contained in:
parent
aa17d1b698
commit
95c29aa0af
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user