Skip to content

Commit 4396078

Browse files
authored
Mark the plugin as not dynamic (#2424)
- On install, it tries to reload it dynamically. However, this fails which leads to the customer waiting for a while then they are told to restart. Mark it as not dynamic so they customer is told to restart immediately. - Configuration comes from: https://plugins.jetbrains.com/docs/intellij/dynamic-plugins.html
1 parent a3dba77 commit 4396078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. -->
22
<!-- SPDX-License-Identifier: Apache-2.0 -->
33

4-
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
4+
<idea-plugin require-restart="true" xmlns:xi="http://www.w3.org/2001/XInclude">
55
<id>aws.toolkit</id>
66
<name>AWS Toolkit</name>
77
<version>1.0</version>

0 commit comments

Comments
 (0)