Open
Description
From discussions#2339, carsakiller notified me that LuaLS doesn't have this diagnostic. Here's a simple test where I would like there to be a diagnostic message:
local co = require 'corutine' -- misspelling, `co` has Unknown type
From discussions#2339, carsakiller notified me that LuaLS doesn't have this diagnostic. Here's a simple test where I would like there to be a diagnostic message:
local co = require 'corutine' -- misspelling, `co` has Unknown type