Skip to content

Commit

Permalink
Update 0.2.2 causes error #97
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Oct 13, 2021
1 parent 4fb51fe commit b625b5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<idea-plugin>
<!-- TODO remove require-restart="true" when https://github.com/xonixx/intellij-awk/issues/97 is resolved -->
<idea-plugin require-restart="true">
<id>intellij-awk</id>
<name>AWK Support</name>
<vendor email="[email protected]" url="https://www.linkedin.com/in/gubarkovv/">Volodymyr Gubarkov</vendor>
Expand Down Expand Up @@ -44,7 +45,8 @@
<lang.braceMatcher language="AWK" implementationClass="intellij_awk.AwkBraceMatcher"/>

<stubIndex implementation="intellij_awk.psi.AwkFunctionNameStubElementType$Index"/>
<stubIndex implementation="intellij_awk.psi.AwkUserVarNameStubElementType$IndexUserVarDeclarationsInsideInitializingContext"/>
<stubIndex
implementation="intellij_awk.psi.AwkUserVarNameStubElementType$IndexUserVarDeclarationsInsideInitializingContext"/>

<localInspection language="AWK" groupName="AWK"
displayName="Unused parameter"
Expand Down

0 comments on commit b625b5d

Please sign in to comment.