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
-
[1.16.0] - 2023-01-29
Added
DATA
in the following:luau-lsp.require.mode
to configure how string requires are resolved. It can either berelativeToWorkspaceRoot
(default) orrelativeToFile
luau-lsp.types.documentationFiles
to 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=PATH
for both LSP and Analyze mode to provide a path to a.luaurc
file 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 lsp
now supports passing multiple--docs=
parameters.luaurc
files with parse errorsFixed
git stash
)This discussion was created from the release 1.16.0.
Beta Was this translation helpful? Give feedback.
All reactions