Skip to content

Completion of exacutables in PATH with tilde #155

Closed
@ckjoris

Description

@ckjoris

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions