Skip to content

Commit 960c94c

Browse files
authored
Disable dynamic plugin support due to issues found (#2978)
1 parent 72df22f commit 960c94c

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 xmlns:xi="http://www.w3.org/2001/XInclude" require-restart="true">
55
<id>aws.toolkit</id>
66
<name>AWS Toolkit</name>
77
<version>1.0</version>

0 commit comments

Comments
 (0)