tomblind / local-lua-debugger-vscode

Local Lua Debugger for VSCode
MIT License
106 stars 26 forks source link

Add `scriptRoots` option for platforms with custom loaders #9

Closed tomblind closed 4 years ago

tomblind commented 4 years ago

Love (and potentially other platforms) uses custom loaders to load scripts from alternate locations outside of package.path. Currently, the debugger cannot resolve these scripts for breakpoints, etc...

A new configuration option should be added so these paths can be manually checked when resolving the script's location in vscode.

See #8