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

FilePath (on Windows) doesn't autocomplete past the first directory using / #32

Closed
Pluckerpluck opened this issue Dec 2, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@Pluckerpluck
Copy link

When using the filepath on windows, it autocompletes with a forward slash. It doesn't actually add the foward slash when you hit tab, but it's there visually in the autocomplete. However, if you use a forward slash, the system no longer autocompletes. You must type a \ despite what the prompt said.

In reality, both / and \ should be accepted on Windows. But at minimum, the prompt should show a \.

@kazhala
Copy link
Owner

kazhala commented Dec 3, 2021

Hi @Pluckerpluck ,

Thanks for reporting, indeed these were not taken into consideration while implementing the prompt as I do not work with Windows at the time.

I'll do some testing on my work laptop and work on it.

Thanks,
Kevin

@kazhala kazhala added the bug Something isn't working label Dec 3, 2021
@Pluckerpluck Pluckerpluck reopened this Dec 3, 2021
kazhala added a commit that referenced this issue Feb 2, 2022
kazhala added a commit that referenced this issue Feb 2, 2022
@kazhala
Copy link
Owner

kazhala commented Feb 3, 2022

Apologies for the delay on this action. It is currently included in 0.3.3 release, feel free to open it if you still encounter issues. Thanks

@kazhala kazhala closed this as completed Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants