Skip to content

Commit

Permalink
fix compileServer classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Jun 5, 2023
1 parent afb7fa9 commit b13a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</extensionPoints>

<extensions defaultExtensionNs="com.intellij">
<compileServer.plugin classpath="haxe-jps-plugin.jar;haxe-common.jar"/>
<compileServer.plugin classpath="jps-plugin.jar;common.jar"/>
<testFinder implementation="com.intellij.plugins.haxe.ide.HaxeTestFinder"/>

<iconProvider implementation="com.intellij.plugins.haxe.ide.HaxeIconProvider"/>
Expand Down

0 comments on commit b13a116

Please sign in to comment.