1.49.0 #1091
JohnnyMorganz
announced in
Announcements
1.49.0
#1091
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.49.0] - 2025-06-01
Added
luau-lsp.require.useOriginalRequireByStringSemanticsto fall back to the old require-by-string semantics forinit.luaufiles to preserve backwards compatibility. This option is deprecated and may be removed at any time in thefuture. Note that
@self-based requires remain supported with this option, allowing gradual migration to the newsemantics (#1046)
Changed
.Parentis now typed with a write type of "Instance" in the new solver, preventing false-positive typeerrors (#1039)
setup and index a workspace folder once we receive a request for that
folder. (#947)
--flagand--no-flags-enabledbefore the subcommand name on the CLI: it should beluau-lsp lsp --flag:NAME=VALUE/luau-lsp lsp --no-flags-enabled.Fixed
luau(e.g,project/luau.luau)fully configured.
FFlags (#1090)
init.luaufile not resolving correctly with new require-by-string semantics.Now,
@selfis correctly added when necessary. (#1030)init.luaufile with string require auto-imports, we now correctly resolveto the directory name instead of to
directory/init(#1038 / #1041)init.luaufiles are no longer aware of.luaurcfiles that are its sibling on the filesystem (#1037)
This discussion was created from the release 1.49.0.
Beta Was this translation helpful? Give feedback.
All reactions