Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support WSL Linux paths #47

Closed
jxfreeman opened this issue Nov 2, 2018 · 1 comment
Closed

Support WSL Linux paths #47

jxfreeman opened this issue Nov 2, 2018 · 1 comment
Assignees
Milestone

Comments

@jxfreeman
Copy link

jxfreeman commented Nov 2, 2018

You presently support Cygwin paths which prepend the appropriate /cygdrive/lower-case-drive-letter/. This can't be replicated using the ECMA/Javascript regular expressions for WSL Linux paths which are also case-sensitive (case sensitivity within WSL can be enabled or disabled through options and file attributes). However, WSL mounts all mapped drives as /mnt/lower-case-drive-letter/. Support for this would make pathing from Windows trivial (convenient).

@clechasseur clechasseur self-assigned this Nov 17, 2018
clechasseur added a commit that referenced this issue Nov 17, 2018
@clechasseur
Copy link
Owner

This has been implemented in master and will be part of the next release.

@clechasseur clechasseur added this to the 16.0 milestone Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants