You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2026. It is now read-only.
I think this is a great plugin but I am unfortunately running it on windows, which means all the paths come out with backslashes instead of forward slashes. This doesn't mesh well with the codebase running on a linux server and trying to join those paths up.
I've 'solved' this issue for myself by using a complete function but it would be much nicer/cleaner if there was an option to force forward-slash paths.
Any chance of this being added?
I think this is a great plugin but I am unfortunately running it on windows, which means all the paths come out with backslashes instead of forward slashes. This doesn't mesh well with the codebase running on a linux server and trying to join those paths up.
I've 'solved' this issue for myself by using a
completefunction but it would be much nicer/cleaner if there was an option to force forward-slash paths.Any chance of this being added?
Cheers