This is a simple extension for VsCode that parses and displays all the available lanes present in your Fastfile.
Features
All your lanes are inserted in a lateral menu with their description for a better handling of your automations
With #TAG comment you can also group them
Extension Settings
The settings exposed by this extension are:
fastlane-launcher.fastlaneCommand: with this you can specify which command should use to launch the lanes. By default it's fastlane, but you may use bundle exec fastlane
Release notes
0.2.1
Now the logs are printed in the fastlane_launcher task inside the output panel
0.2.0
Now it's possible to expose the lane's variables by using the #PARA tag.