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: crates/oxc_language_server/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ This crate provides an [LSP](https://microsoft.github.io/language-server-protoco
19
19
20
20
These options can be passed with [initialize](#initialize), [workspace/didChangeConfiguration](#workspace/didChangeConfiguration) and [workspace/configuration](#workspace/configuration).
|`run`|`"onSave" \| "onType"`|`"onType"`| Should the server lint the files when the user is typing or saving |
25
-
|`configPath`|`<string>`\|`null`|`null`| Path to a oxlint configuration file, passing a string will disable nested configuration |
26
-
|`tsConfigPath`|`<string>`\|`null`|`null`| Path to a TypeScript configuration file. If your `tsconfig.json` is not at the root, alias paths will not be resolve correctly for the `import` plugin |
27
-
|`unusedDisableDirectives`|`"allow" \| "warn"`\| "deny"` |`"allow"`| Define how directive comments like `// oxlint-disable-line` should be reported, when no errors would have been reported on that line anyway |
|`run`|`"onSave" \| "onType"`|`"onType"`| Should the server lint the files when the user is typing or saving |
25
+
|`configPath`|`<string>`\|`null`|`null`| Path to a oxlint configuration file, passing a string will disable nested configuration |
26
+
|`tsConfigPath`|`<string>`\|`null`|`null`| Path to a TypeScript configuration file. If your `tsconfig.json` is not at the root, alias paths will not be resolve correctly for the `import` plugin |
27
+
|`unusedDisableDirectives`|`"allow" \| "warn"`\| "deny"` |`"allow"`| Define how directive comments like `// oxlint-disable-line` should be reported, when no errors would have been reported on that line anyway |
0 commit comments