Community
Participate
Working Groups
The right click menu allow users to run a Lua project as a Lua application. Currently the behavior of this shortcut is: 1. If there is only one Lua file in the project. Create a launch configuration with the only lua file and run it. 2. If there more than one file, prompt the user to choose the lua file he want to launch, create the launch configuration and run it Maybe some more logic can be added: Between the 1 and 2 step: * If the project have a src/main.lua file, launch it Before the 1 step * If the project has already been launched, run the most recent existing launch configuration. This is a proposal, feel free to discuss about it.
fixed in HEAD (commit : c376f4d9f17dbb406d46d2081c8f52913c9250bf)