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: src/content/wiki/configuration.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ The language server is highly configurable. You can view all of the settings in
12
12
13
13
The language server loads its settings from one of the following sources, in order of priority:
14
14
15
-
1. The file specified by [`--config-path`](/wiki/arguments#config-path).
16
-
2. A [`.luarc.json`]() file in the workspace.
15
+
1. The file specified by [`--configpath`](/wiki/usage#--configpath).
16
+
2. A [`.luarc.json`](#luarcjson-file) file in the workspace.
17
17
3. The configuration file sent from the LSP client (like [`settings.json`](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) from VS Code).
0 commit comments