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: editors/vscode/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ Following configuration are supported via `settings.json` and can be changed for
66
66
|`oxc.typeAware`|`false`|`false`\|`true`| Enable type aware linting. |
67
67
|`oxc.flags`| - |`Record<string, string>`| Custom flags passed to the language server. |
68
68
|`oxc.fmt.experimental`|`false`|`false`\|`true`| Enable experimental formatting support. This feature is experimental and might not work as expected. |
69
+
|`oxc.fmt.configPath`|`null`|`<string>`\|`null`| Path to a oxfmt configuration file, when `null` is passed, the server will use `.oxfmtrc.json` and the workspace root |
0 commit comments