-
Notifications
You must be signed in to change notification settings - Fork 12
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
Request to remove AutoHotkey Plus from deprecation status #603
Comments
I'll find more details on un-deprecating later. You can also install a specific version of AHK++ that might work better. Sorry this config isn't working for you, I'll look into it. |
// .vscode/launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "ahk",
"request": "launch",
"name": "AutoHotkey debugger",
"program": "${workspaceFolder}/main.ahk",
"stopOnEntry": true
}
]
} ; main.ahk
#Requires AutoHotkey v1
MsgBox % "Hello world" Result:
(Folder name is ahkpp-603) Weird, looking into this now |
For reference, I used microsoft/vscode-discussions#1 to mark AutoHotkey Plus as deprecated, you can probably use the same thread if you'd like to mark it un-deprecated (ref cweijan/autohotkey-plus#106) |
Hi @cweijan, I'll have a patch with a workaround out today. The short answer:
Hopefully I can fix issue 2 later, but issue 1 is the real blocker right now. Thanks for reporting this! |
Hi, you don't need to release it in a hurry, I downloaded the vsix of Autohotkey plus and installed it locally, I just use it to edit some simple game scripts. |
Thanks, don't worry, I never stress myself out with volunteer coding :) that said, some stuff came up today and this release will now be pushed back to "soon (TM)", sorry. Hopefully within a week :) |
Hi mark, below is my startup configuration. It works fine in Autohotkey Plus, but fails in ahk++. It can't find the ahk I installed and can't recognize the program path. I need an environment that can run ahk v1 stably, so I need to restore Autohotkey Plus. I have sent an email to [email protected] requesting the deprecation status be removed, is this enough?
The text was updated successfully, but these errors were encountered: