Skip to content

Commit 6e62def

Browse files
committed
Remove reference to luau-lsp.require.mode in readme
1 parent cd28835 commit 6e62def

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ to setup your own client for a different editor
1616

1717
The language server should be immediately usable for general Luau code after installation.
1818
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`.
2219

2320
Type definitions can be provided by configuring `luau-lsp.types.definitionFiles`, with corresponding
2421
documentation added using `luau-lsp.types.documentationFiles`.

0 commit comments

Comments
 (0)