Arthur Ferrai

Results 4 comments of Arthur Ferrai

I think I can use string templates if I really need this feature: https://haxe.org/manual/std-template.html

Just to be sure: which Turing display are you using? 3" or 5"?

Hi, I tried right now on osx and got the very same result. Any suggestions? Edit: It turns out you need to pass complete osx executable on runCommand (like "MyApp.app/Contents/MacOS/MyApp")....

@jcward the run path is ok, the problem is with run command. My entry is as follows: ``` { "name": "OSX: Debug", "runtimeExecutable": "${execPath}", "args": [ "runPath=${workspaceRoot}/export/mac64/cpp/bin/", "runCommand=adventure-card-game.app/Contents/MacOS/adventure-card-game", "runInTerminal=false" ],...