Closed pborkowski-ms closed 4 weeks ago
We had a problem that in this code:
---@class A ---@field x number ---@type A local a = { x = 4 }
VSCode can't find this reference.
After fixing it, it works fine : )
Thank you!
We had a problem that in this code:
VSCode can't find this reference.
After fixing it, it works fine : )