You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/lspconfig/types/lsp/luau_lsp.lua
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,22 @@
401
401
---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`
---Use Roblox Studio Plugin to provide DataModel information
406
+
---@fieldenabled? 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
---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
0 commit comments