1.43.0 #1006
JohnnyMorganz
announced in
Announcements
1.43.0
#1006
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.43.0] - 2025-04-19
Added
luau-lsp.server.communicationChannel
with optionsstdio
(default) orpipe
to support communicatingusing a UNIX socket file connection instead of stdin/stdout. On the server, this is configured by passing
--pipe=FILE
to the command line. This is useful for attaching a debugger to the server on macOS.pipe
is notsupported on Windows. (#998)
Changed
ubuntu-20.04
toubuntu-22.04
. This may mean that release artifacts no longer work onubuntu-20.04
.FFlag
/DFFlag
/FInt
/DFInt
if they were included in the overrides name (#981)Fixed
changed until the dependent file is modified
Full Changelog: 1.42.1...1.43.0
This discussion was created from the release 1.43.0.
Beta Was this translation helpful? Give feedback.
All reactions