Skip to content

Commit d27cf1d

Browse files
docs: update generated annotations
skip-checks: true
1 parent 52602c6 commit d27cf1d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

lua/lspconfig/types/lsp/luau_lsp.lua

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,22 @@
401401
---Whether the VSCode filesystem watchers are used to regenerate the sourcemap. If disabled, delegates to the generator process. If using `rojo`, this command stops using `--watch`
402402
---@field useVSCodeWatcher? boolean
403403

404+
---@class _.lspconfig.settings.luau_lsp.LuauLsp.StudioPlugin
405+
---Use Roblox Studio Plugin to provide DataModel information
406+
---@field enabled? boolean
407+
---The maximum request body size accepted from the plugin, in a string representation parse-able by the [bytes](https://www.npmjs.com/package/bytes) library
408+
---
409+
---```lua
410+
---default = "3mb"
411+
---```
412+
---@field maximumRequestBodySize? string
413+
---Port number to connect to the Studio Plugin
414+
---
415+
---```lua
416+
---default = 3667
417+
---```
418+
---@field port? number
419+
404420
---@class _.lspconfig.settings.luau_lsp.LuauLsp.Types
405421
---A mapping of package names to paths of definition files to load in to the type checker. Note that definition file syntax is currently unstable and may change at any time
406422
---
@@ -457,6 +473,7 @@
457473
---@field server? _.lspconfig.settings.luau_lsp.LuauLsp.Server
458474
---@field signatureHelp? _.lspconfig.settings.luau_lsp.LuauLsp.SignatureHelp
459475
---@field sourcemap? _.lspconfig.settings.luau_lsp.LuauLsp.Sourcemap
476+
---@field studioPlugin? _.lspconfig.settings.luau_lsp.LuauLsp.StudioPlugin
460477
---@field types? _.lspconfig.settings.luau_lsp.LuauLsp.Types
461478

462479
---@class lspconfig.settings.luau_lsp

0 commit comments

Comments
 (0)