1.27.0 #519
JohnnyMorganz
announced in
Announcements
1.27.0
#519
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[1.27.0] - 2023-12-25
Added
@deprecated
via documentation comments will now reflect its deprecated status in autocomplete (currently no diagnostics support)Luau: Compute Bytecode for file
andLuau: Compute Compiler Remarks for file
.This opens up a new view with bytecode/remarks inlined as comments in the source file
luau-lsp.bytecode.vectorLib
,luau-lsp.bytecode.vectorCtor
andluau-lsp.bytecode.vectorType
to configure compiler options when generating bytecodeluau-lsp/bytecode
andluau-lsp/compilerRemarks
LSP message to integrate compiler remarks info in their editorCode_kAxxymJYpX.mp4
luau-lsp.types.robloxSecurityLevel
to select what security level to use for the API types, out of:None
,LocalUserSecurity
,PluginSecurity
andRobloxScriptSecurity
--settings
toluau-lsp lsp
configuring the default global settings to useChanged
lua
toluau
. NOTE: this may affect existing custom themes!script/globalTypes.d.lua
toscript/globalTypes.d.luau
(the old file will be kept temporarily for compatibility)RobloxScriptSecurity
toPluginSecurity
- setluau-lsp.types.robloxSecurityLevel
toRobloxScriptSecurity
to see original behaviourFixed
name
in:Full Changelog: 1.26.0...1.27.0
This discussion was created from the release 1.27.0.
Beta Was this translation helpful? Give feedback.
All reactions