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
Fixed server crash when auto require imports is enabled and there is a type-asserted require present in the file (require(location) :: any)
Fixed additional automatic service imports when completing an automatic require import being placed before a hot comment (such as --!strict)
Fixed automatic require import being placed incorrectly we also autocomplete a service. This can be shown when there is a multiline comment, and the service is imported above that comment, but the require gets imported inside of the comment incorrectly.