OpenRA/vscode-openra-lua

string|table vs string[] causes erroneous problem highlighting

Mailaender opened this issue · 1 comments

Cannot assign string|table to parameter string[] Lua Diagnostics (param-type-mismatch)

However table is actually https://emmylua.github.io/annotations/dict.html vs. https://emmylua.github.io/annotations/array.html

Do you still get instances of this after #7 was merged?