We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: Notice that the path gets cut off at the comma?
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.
The text was updated successfully, but these errors were encountered:
"lime.executable": "haxelib run lime" should work.
"lime.executable": "haxelib run lime"
Sorry, something went wrong.
Is this that the correct usage or should mine also work? Thanks!!
Yours should also work I think, I was just offering a workaround. :)
No branches or pull requests
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:
and I get this error:
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.
The text was updated successfully, but these errors were encountered: