Cannot specifiy custom project XML -> VS Code unuseable

Trying
lime test html5 client.xml
with lime 7.3.0 is not working. This is the error:
Error: You must have a "project.xml" file or specify another valid project file when using the 'test' command

Only if NO custom xml is used, lime takes the project.xml (but i have none…) even if i create one and try
lime test html5 project.xml
it fails…

This leads to an unuseable VS Code Plugin. This is the error:

[Extension Host] src/lime/extension/Main.hx:693: Error: Command failed: lime display html5 client.xml -debug
Error: You must have a "project.xml" file or specify another valid project file when using the 'display' command

	at ChildProcess.exithandler (child_process.js:303:12)
	at ChildProcess.emit (events.js:182:13)
	at maybeClose (internal/child_process.js:961:16)
	at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)

Reinstalling OpenFL and Lime did not help. Absolut showstopper :frowning:

Try lime test client.xml html5

Yes, this works on the command line. But like I mentioned, the VS Code Lime Plugin builds a command like this:

lime display html5 client.xml -debug

And this leads to an Exception. I posted the details in my initial post. and the Plugin is no longer useable…

Oh – gotcha. I just committed a fix just now

Thanks