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

Falls back to `haxelib run lime` when lime alias is missing #72

Closed joshtynjala closed 4 years ago

joshtynjala commented 4 years ago

With this change, the extension will continue to prefer the lime alias, when it exists. However, if the alias doesn't exist, the extension will fall back to using haxelib run lime instead.

One less thing to set up manually is a very good thing for people trying out Lime/OpenFL for the first time.

joshtynjala commented 4 years ago

Closing in favor of #73 which goes further and offers to install lime (and sets up its alias automatically).