1.16.0 #279
JohnnyMorganz
announced in
Announcements
1.16.0
#279
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[1.16.0] - 2023-01-29
Added
DATAin the following:luau-lsp.require.modeto configure how string requires are resolved. It can either berelativeToWorkspaceRoot(default) orrelativeToFileluau-lsp.types.documentationFilesto support adding extra documentation symbols to the database. These are used to support definition files, and should be in the same format as shown hereluau-lsp.diagnostics.strictDatamodelTypes(default:false) which configures whether we use expressive DataModel types to power diagnostics.When off,
game/script/workspace(and all their members) are typed asany, which helps to prevent false positives, but may lead to false negatives.--base-luaurc=PATHfor both LSP and Analyze mode to provide a path to a.luaurcfile which is used as the default configurationmodule.Type(gated behind FFlagSupportTypeAliasGoToDeclaration)Changed
@luau/global/require)Instance.new()now accepts variables which are of type string without erroring. It will instead error when Instance.new is called with a string literal which is an unknown class nameluau-lsp lspnow supports passing multiple--docs=parameters.luaurcfiles with parse errorsFixed
git stash)This discussion was created from the release 1.16.0.
Beta Was this translation helpful? Give feedback.
All reactions