1.12.0 #200
JohnnyMorganz
announced in
Announcements
1.12.0
#200
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[1.12.0] - 2022-10-18
Added
Instance:IsA("ClassName")
and errors when ClassName is unknownInstance:GetPropertyChangedSignal("Property")
and errors when Property is unknownEnumItem:IsA("enum")
and errors when Enum is unknown--ignore=GLOB
toluau-lsp analyze
allowing you to provide glob patterns to ignore diagnostics, similar toluau-lsp.ignoreGlobs
. Repeat the flag multiple times for multiple patternsChanged
__index
etc.) in autocompleteFixed
hover.strictDataModelTypes
is disabledself
incorrectly showing up in Inlay Hints and Signature HelpThis discussion was created from the release 1.12.0.
Beta Was this translation helpful? Give feedback.
All reactions