mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
ide_development_instance.md: note about failing unload in production
This commit is contained in:
parent
54db81e71c
commit
2d4399e1c4
@ -52,7 +52,7 @@ When adding system property `idea.auto.reload.plugins` in the [run configuration
|
||||
This allows a much faster development cycle by avoiding a full restart of the development instance after code changes.
|
||||
For [Gradle-based plugins](/tutorials/build_system/prerequisites.md) using `gradle-intellij-plugin` 0.4.17 or later, this property is set automatically.
|
||||
|
||||
To disable auto-reload, set `idea.auto.reload.plugins` to `false` explicitly (2020.1.2+).
|
||||
To disable auto-reload, set `idea.auto.reload.plugins` to `false` explicitly (2020.1.2+). Please note that any unloading problems in production environment will ask the user to restart the IDE.
|
||||
|
||||
|
||||
## The Development Instance Sandbox Directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user