Running Sublime 3 on a Mac with updated haxelibs. I'm having trouble with code completion, in that the status bar shows the error "Could not process argument xxx" where xxx is the value of the path attribute for the app tag in the project.xml file. This problem only occurs when the path attribute begins with a lower case letter. For example, this triggers the error:
<app main="Main" path="export" file="MyApp" />
But this is fine:
<app main="Main" path="Export" file="MyApp" />
I don't have any problems using the build system, however.
Running Sublime 3 on a Mac with updated haxelibs. I'm having trouble with code completion, in that the status bar shows the error "Could not process argument xxx" where xxx is the value of the path attribute for the app tag in the project.xml file. This problem only occurs when the path attribute begins with a lower case letter. For example, this triggers the error:
But this is fine:
I don't have any problems using the build system, however.