Closed Triangle345 closed 5 years ago
I might just axe the code that shortens paths. PWD and HOME are common but not recommended on UNIXes too.
Hmm. I think I've decided to push this functionality to a callback. Shortening the current and home directory paths are somewhat project specific. With a couple lines of gsub()
s, a project could apply it's own filtering to be even more effective.
The os.getenv()
code is removed on the develop branch. I haven't implemented a path callback yet though. Help testing would be appreciated.
I'd like to help testing this. Please let me know how.
Try the version in the develop branch
Tested the develop branch version and this bug is fixed. The debugger starts correctly. Thanks for your work.
I merged these changes into master.
does not work on windows because of
local cwd = '^' .. os.getenv('PWD') .. '/'
"unable to concatenate nil value"