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

Rename lime.command to lime.executable #37

Closed Gama11 closed 6 years ago

Gama11 commented 6 years ago

(for consistency with haxe.executable)

I also noticed that we weren't quoting it when it's a path, with would break it if it contains spaces or commas (such as C:/HaxeToolkit/haxe/lib/lime/6,2,0/templates/bin/lime.exe).

Gama11 commented 6 years ago

The diff is easier to view with whitespace changes ignored, because of the removed try:

https://github.com/openfl/lime-vscode-extension/pull/37/files?w=1

jgranick commented 6 years ago

Thanks :)