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 for automatic selection of runtime #241

Open
Tracked by #214
zero-plusplus opened this issue Jul 23, 2022 · 0 comments
Open
Tracked by #214

Support for automatic selection of runtime #241

zero-plusplus opened this issue Jul 23, 2022 · 0 comments
Labels
draft Draft of new features

Comments

@zero-plusplus
Copy link
Owner

zero-plusplus commented Jul 23, 2022

If runtime is omitted, search for the runtime in the following order.

  1. If runtime_v1 or runtime_v2 is set, set it.
  2. If there is an AutoHotkey.exe with the same name as the script in the same directory, set its path
  3. If the AutoHotkey Launcher is present in the AutoHotkey installation directory, use it to set the optimal AutoHotkey.exe path
  4. Set the path to AutoHotkey.exe or v2/AutoHotkey.exe in the AutoHotkey installation directory

If a folder path is specified in runtime, it is treated as the AutoHotkey installation directory.

This allows the automatic runtime selection described above to feature correctly even if you have installed AutoHotkey outside the normal installation directory.

@zero-plusplus zero-plusplus added the draft Draft of new features label Jul 23, 2022
@zero-plusplus zero-plusplus mentioned this issue Mar 10, 2023
62 tasks
@zero-plusplus zero-plusplus changed the title Debugging support using AutoHotkey Launcher Support for automatic selection of runtime Mar 11, 2023
zero-plusplus added a commit that referenced this issue Mar 12, 2023
Support for automatic selection of runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft Draft of new features
Projects
None yet
Development

No branches or pull requests

1 participant