We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In an AHK Script V2, whenever I press Ctrl + F1 in a statement, VS Code shows up the following error:
A Command failed: "C:\Users\YYYYYY\AutoHotkey\AutoHotkeyU64.exe" /ErrorStdOut **(2):==> Call to nonexistent function. Specifically: SetWinDelay(IO)
Steps to reproduce the behavior:
The extension should open the AutoHotkey help document.
The text was updated successfully, but these errors were encountered:
You may need to edit your paths in the extension's settings.
Sorry, something went wrong.
Thanks @fade2gray , I have installed the latest version of AutoHotkey and I have edited the paths as you suggested and now it is working.
mark-wiemer
No branches or pull requests
Description
In an AHK Script V2, whenever I press Ctrl + F1 in a statement, VS Code shows up the following error:
A Command failed:
"C:\Users\YYYYYY\AutoHotkey\AutoHotkeyU64.exe"
/ErrorStdOut **(2):==> Call to nonexistent function.
Specifically: SetWinDelay(IO)
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
The extension should open the AutoHotkey help document.
Additional context
The text was updated successfully, but these errors were encountered: