Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lime.executable fails because of the path name #59

Open
XANOZOID opened this issue Aug 16, 2019 · 3 comments
Open

lime.executable fails because of the path name #59

XANOZOID opened this issue Aug 16, 2019 · 3 comments

Comments

@XANOZOID
Copy link

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.

@Gama11
Copy link
Member

Gama11 commented Aug 16, 2019

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

@XANOZOID
Copy link
Author

XANOZOID commented Aug 17, 2019

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

@Gama11
Copy link
Member

Gama11 commented Aug 17, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants