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
This is the last version to be supported by 1.0.1 of the VS Code extension. Upgrade to 1.0.2 for future support.
[0.9.1] - 2020-11-04
Fixed
Fixed --display-style=json giving an output incompatible with previous tooling.
[0.9.0] - 2020-11-04
Added
Arguments that aren't required can now be filled with nil.
Added support for math.round to the Roblox standard library.
Added support for CFrame.lookAt to the Roblox standard library.
Changed
setmetatable no longer requires a second argument.
allow_unused_self is now toggled on for unused_variable by default.
Updated local Roblox reflection for more up to date instances.
Fixed
Using a function call as the last argument in a function will silence lint for not passing enough parameters. This means, for example, math.max(unpack(numbers)) will no longer error.
Using an ellipsis on the right side of unbalanced assignments no longer lints.