KodeStudio
KodeStudio copied to clipboard
Debug adapter process has terminated unexpectedly
I am using Mac, trying to do this tutorial: kha tutorial series - episode 004 - loading an image
and got warnings about 'unused import' Assets.hx /usr/local/lib/haxelib/kha/git/Sources/kha 2
import haxe.io.Bytes; import haxe.Unserializer;
I put this in my settings: "kha.khaPath": "/usr/local/lib/haxelib/kha/git",
The warnings aren't very tragic. Does it work apart from that?
If you run on linux you might try this: https://www.syntevo.com/doc/pages/viewpage.action?pageId=1704436
@RobDangerous Unfortunately not. @sh-dave I'm using Mac OSX
VSCode Powershell extension has this issue as well on OSX, you might try to install openssl if you haven't already: https://github.com/PowerShell/PowerShell/blob/master/docs/learning-powershell/using-vscode.md look at the Installation => macOS/OSX note.