We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd28835 commit 6e62defCopy full SHA for 6e62def
README.md
@@ -16,9 +16,6 @@ to setup your own client for a different editor
16
17
The language server should be immediately usable for general Luau code after installation.
18
String require support is provided for module paths, using `require("module")`.
19
-There are two options for resolving requires, which can be configured using `luau-lsp.require.mode`:
20
-`relativeToWorkspaceRoot` (the default - equivalent to the [command-line REPL](https://github.com/Roblox/luau#usage) `luau`)
21
-or `relativeToFile`.
22
23
Type definitions can be provided by configuring `luau-lsp.types.definitionFiles`, with corresponding
24
documentation added using `luau-lsp.types.documentationFiles`.
0 commit comments