You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just seemed to happen in last few days. I see red squiggles across function definition line, highlight shows "Invalid parameter definition". Code runs fine. If extension is disabled, squiggles dissappear.
; Code which illustrates.
ft(opts := {}) {
msgbox("here")
}
The text was updated successfully, but these errors were encountered:
%USERPROFILE%.vscode\extensions\thqby.vscode-autohotkey2-lsp-2.6.1\server\dist\server.js
replace case"TK_START_BLOCK":if(!o.data) to case"TK_START_BLOCK":if(!Q||!o.data)
Just seemed to happen in last few days. I see red squiggles across function definition line, highlight shows "Invalid parameter definition". Code runs fine. If extension is disabled, squiggles dissappear.
; Code which illustrates.
The text was updated successfully, but these errors were encountered: