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
hi @johndog , thanks for the report. I'm not actively maintaining this extension anymore but I'm open to facilitating contributions. I see a similar report at #102 , probably related.
With the following code, hovering over any keyword results in a tooltip
Cannot read properties of undefined (reading: 'IsOptional')
It doesn't seem to matter what's in the function body. In fact, it seems to happen with any dot commands (e.g. .show table).
Changing the function above to use let BytesInMB=() syntax, the tooltips work correctly.
The text was updated successfully, but these errors were encountered: