openfl / lime-vscode-extension

Visual Studio Code extension for OpenFL and Lime projects written in Haxe
https://marketplace.visualstudio.com/items?itemName=openfl.lime-vscode-extension
MIT License
27 stars 4 forks source link

Update to API changes, revert to ShellExecution #18

Closed Gama11 closed 7 years ago

Gama11 commented 7 years ago

I had to revert to using ShellExecution, otherwise I wouldn't even have been able to test the API changes.

ibilon commented 7 years ago

Wouldn't it work with ProcessExecution if haxelib was called instead of the possibly non installed lime script/alias?

Gama11 commented 7 years ago

VSCode even prints the path to the correct lime.exe, it just hangs after that.

jgranick commented 7 years ago

It seems to be a Windows-specific problem, not sure if maybe on Windows it uses Powershell (or something?) and behaves differently