actboy168 / lua-debug

Lua Debug Adapter for Visual Studio Code
MIT License
435 stars 94 forks source link

Ability to specify launch config options for the quick action run button #190

Open Nexela opened 2 years ago

Nexela commented 2 years ago

image

The default config is just not enough for me as stopOnEntry is a pain and I also need to pre load a file in arg0 to set up custom package.searchers

Works fine using a regular launch config but I like clicking the quick debug file button Also the ability to add a shortcut to that button would be a bonus

Thank you