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

The Open AutoHotkey Help command is failing #420

Closed
angelgil opened this issue Feb 16, 2024 · 2 comments
Closed

The Open AutoHotkey Help command is failing #420

angelgil opened this issue Feb 16, 2024 · 2 comments
Assignees
Labels
bug something isn't working

Comments

@angelgil
Copy link

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:

  1. Go to 'VS Code'.
  2. Open an AHK v2 script.
  3. Put the cursor in statement, for instance, Send.
  4. Press Ctrl + F1 to call the AutoHotkey Help.
  5. VS Code shows up the error.

Expected behavior

The extension should open the AutoHotkey help document.

Additional context

Extension version
Video of the issue

@angelgil angelgil added the bug something isn't working label Feb 16, 2024
@fade2gray
Copy link

You may need to edit your paths in the extension's settings.

Screenshot 2024-02-16 184023

@angelgil
Copy link
Author

Thanks @fade2gray , I have installed the latest version of AutoHotkey and I have edited the paths as you suggested and now it is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working
Projects
Status: No status
Development

No branches or pull requests

3 participants