lime-vscode-extension icon indicating copy to clipboard operation
lime-vscode-extension copied to clipboard

lime.executable fails because of the path name

Open XANOZOID opened this issue 6 years ago • 3 comments

It appears that because the pathname has commas, that it is not correctly being linked to in my project.

I have set it up in the .vscode/settings json:

{
	...
	"lime.executable": "C:/HaxeToolkit/haxe/lib/lime/7,5,0/templates/bin/lime"
}

and I get this error: image Notice that the path gets cut off at the comma?

Temporary solution:

I just put the lime executable in my environment, but that's not what I wanted to do.

I suppose I could move the executable out of that folder? Not sure.

XANOZOID avatar Aug 16 '19 21:08 XANOZOID

"lime.executable": "haxelib run lime" should work.

Gama11 avatar Aug 16 '19 23:08 Gama11

Is this that the correct usage or should mine also work? Thanks!!

XANOZOID avatar Aug 17 '19 20:08 XANOZOID

Yours should also work I think, I was just offering a workaround. :)

Gama11 avatar Aug 17 '19 20:08 Gama11