Closed
Description
Given PATH=/usr/bin:~/bin
only the executables in /usr/bin
are shown in auto completion.
I found that its due to problem in executables.ts, function findExecutablesInPath,
the call to fs.lstat doesnt expand tilde in the path.
I suggest just adding tilde expansion, since nodejs doesnt handle it automatically
Metadata
Metadata
Assignees
Labels
No labels