aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-12 12:50:43 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-12 12:50:43 +0000
commitd27cf1d2ad1af19633ecff8b38eac6d5a899f2ff (patch)
tree82c64556d12ccb77a865d02864b5150668d5bf12 /lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-d27cf1d2ad1af19633ecff8b38eac6d5a899f2ff.tar
nvim-lspconfig-d27cf1d2ad1af19633ecff8b38eac6d5a899f2ff.tar.gz
nvim-lspconfig-d27cf1d2ad1af19633ecff8b38eac6d5a899f2ff.tar.bz2
nvim-lspconfig-d27cf1d2ad1af19633ecff8b38eac6d5a899f2ff.tar.lz
nvim-lspconfig-d27cf1d2ad1af19633ecff8b38eac6d5a899f2ff.tar.xz
nvim-lspconfig-d27cf1d2ad1af19633ecff8b38eac6d5a899f2ff.tar.zst
nvim-lspconfig-d27cf1d2ad1af19633ecff8b38eac6d5a899f2ff.zip
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/types/lsp/luau_lsp.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/lua/lspconfig/types/lsp/luau_lsp.lua b/lua/lspconfig/types/lsp/luau_lsp.lua
index 526b946e..eea22e6a 100644
--- a/lua/lspconfig/types/lsp/luau_lsp.lua
+++ b/lua/lspconfig/types/lsp/luau_lsp.lua
@@ -401,6 +401,22 @@
---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`
---@field useVSCodeWatcher? boolean
+---@class _.lspconfig.settings.luau_lsp.LuauLsp.StudioPlugin
+---Use Roblox Studio Plugin to provide DataModel information
+---@field enabled? boolean
+---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
+---
+---```lua
+---default = "3mb"
+---```
+---@field maximumRequestBodySize? string
+---Port number to connect to the Studio Plugin
+---
+---```lua
+---default = 3667
+---```
+---@field port? number
+
---@class _.lspconfig.settings.luau_lsp.LuauLsp.Types
---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
---
@@ -457,6 +473,7 @@
---@field server? _.lspconfig.settings.luau_lsp.LuauLsp.Server
---@field signatureHelp? _.lspconfig.settings.luau_lsp.LuauLsp.SignatureHelp
---@field sourcemap? _.lspconfig.settings.luau_lsp.LuauLsp.Sourcemap
+---@field studioPlugin? _.lspconfig.settings.luau_lsp.LuauLsp.StudioPlugin
---@field types? _.lspconfig.settings.luau_lsp.LuauLsp.Types
---@class lspconfig.settings.luau_lsp