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 1.2.0 removed build command in Visual Studio Code for macOS #41

Closed themelz closed 6 years ago

themelz commented 6 years ago

After an auto update to 1.2.0, I no linger had a build command. Instead of what I usually got: build I got this: no build 1

After turning the extensions autoupdate off, I was to able to find in my Time Machine backups versions 1.0.8 and 1.1.0. Manually reinstalling either one restored the build command was restored and worked for both of those.

In the VSC Marketplace, you should be able to install older versions and/or place visix versions of all versions on GitHub for easier reinstallation of earlier versions.

themelz commented 6 years ago

Updated to openfl (7.1.2), lime (6.2.0) and Haxe std (3.4.7) and 1.2.0 caused same problem. Going back to 1.1.0 returned things to normal.