-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
#Include tries to resolve relative path but adds script file name #432
Comments
Cannot reproduce the issue. |
Hmm, I've tried on another Windows machine and I can't reproduce there. |
Different path slashes may produce unexpected results. |
Hmm, changed slashes to |
This is handled differently in the internal function uriToFsPath. |
Plugin Version:
v2.2.6
In StartApps2.ahk
Produce an problem on vs-code
Notice the
StartApps2.ahk
in the path!Note that this works fine when run.
I can get the error to go away by doing
#Include "../partials/Constants.ahk"
But of course this does not work when run.
Thanks
The text was updated successfully, but these errors were encountered: