thqby / vscode-autohotkey2-lsp

Autohotkey v2 Language Support using vscode-lsp.
https://marketplace.visualstudio.com/items?itemName=thqby.vscode-autohotkey2-lsp
GNU Lesser General Public License v3.0
224 stars 21 forks source link

A_TimeSincePriorHotkey, A_TimeSinceThisHotkey empty instead of -1 #508

Closed Cobracrystal closed 7 months ago

Cobracrystal commented 7 months ago

Description states

The number of milliseconds that have elapsed since A_ThisHotkey was pressed. If A_ThisHotkey is empty, the value of this variable is -1. The number of milliseconds that have elapsed since A_PriorHotkey was pressed. If A_PriorHotkey is empty, the value of this variable is -1.

should be "The number of milliseconds that have elapsed since A_ThisHotkey was pressed. It will be blank whenever A_ThisHotkey is blank." and "The number of milliseconds that have elapsed since A_PriorHotkey was pressed. It will be blank whenever A_PriorHotkey is blank." from ahkv2 docs

RaptorX commented 7 months ago

Confirmed they return blank on 2.0.13