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
The crash should be fixed in 9154e2b. With that said, the plugin still cannot resolve the type in this scenario... I think tl types needs to be modified in order to support this use-case.
As a workaround for now, you can assign os to a local variable first:
localos=require("os")
os.--[[ Suggestions here --]]
input
require("os")
and then press.
, the plugin will output some error messagesThe text was updated successfully, but these errors were encountered: