-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add runtimeDir
to the launch.json
#52
Comments
What would runtimeDir offer that is different from runtime?
|
You can configure the current directory when you make runtime a relative path. It is possible to set it as follows.
Traditionally, you would have to set it up as follows.
It's not a big change, but it will make it somewhat easier to see. |
If I recall, I cannot do it that way because I use .ahk for both v1 and v2. Is that correct? |
You can use it, but it won't be of much benefit. In your example, you can change this as follows.
|
Perhaps |
runtimeDir
to the launch.jsonruntimeCwd
to the launch.json
I am curious - what is meaning of "Cwd"? |
It's an abbreviation for The relative path is converted to a full path based on this directory. If you look here, it seems to be an appropriate name since |
runtimeCwd
to the launch.jsonruntimeDir
to the launch.json
I don't know what "runtime's current working directory" means, if I think about it. So if I' m going to implement it, |
If the #62 is implemented, it might be a little more useful, since it requires setting the runtime path to up to five file extensions - |
Since runtime will be deprecated in the future, this draft will be discarded. |
Is there a demand for being able to change the default directory of the
runtime
?It is currently pinned to
C:\Program Files\AutoHotkey
.The text was updated successfully, but these errors were encountered: