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

status bar items not appearing #17

Closed xyrer closed 6 years ago

xyrer commented 7 years ago

status bar items for the current build target, configuration (release, debug or final) as well as an option for additional flags or defines, are not present

jgranick commented 7 years ago

This should occur if your workspace has a "project.xml", "project.hxp" or "project.lime" file in the root path, otherwise something may be wrong with the setup.

xyrer commented 7 years ago

yes, the project.xml is there, the items don't appear either on vscode or vscode insider after all those instructions. Deleted and did it again to check. no luck.

Gama11 commented 7 years ago

You need to install vshaxe from source.

xyrer commented 7 years ago

I installed vshaxe from git as instructed, I did that from the beginning

jgranick commented 7 years ago

Please try the Lime extension and vshaxe extension from the Marketplace, and remove the version you have installed from source. The Lime extension has been released and no longer requires a development version 😁