mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 05:51:25 +07:00
[devkit] <idea-plugin@require-restart> support
GitOrigin-RevId: 5813e6f5844447046f86de87a668790de7898023
This commit is contained in:
committed by
intellij-monorepo-bot
parent
59c0c9c8f4
commit
e3bd504aba
@@ -52,6 +52,9 @@ public interface IdeaPlugin extends DomElement {
|
||||
@NotNull
|
||||
GenericAttributeValue<Boolean> getImplementationDetail();
|
||||
|
||||
@NotNull
|
||||
GenericAttributeValue<Boolean> getRequireRestart();
|
||||
|
||||
@NotNull
|
||||
@Stubbed
|
||||
@Required(false)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<idea-plugin>
|
||||
<idea-plugin require-restart="true">
|
||||
<id>com.intellij</id>
|
||||
<name>IDEA CORE</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
|
||||
Reference in New Issue
Block a user