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
|`disabled`| boolean | Set this to `true` to disable the formatter |
86
-
|`command`| string[]| The command to run for formatting|
86
+
|`command`| string[]| The command to run for formatting. Required for custom formatters; optional for built-ins.|
87
87
|`environment`| object | Environment variables to set when running the formatter |
88
88
|`extensions`| string[]| File extensions this formatter should handle |
89
89
@@ -119,7 +119,7 @@ To disable a **specific** formatter, set `disabled` to `true`:
119
119
120
120
### Custom formatters
121
121
122
-
You can configure built-in formatters or add new ones by specifying the command, environment variables, and file extensions:
122
+
You can configure built-in formatters with options like `environment` or `extensions`. To add a custom formatter, specify a `command` and `extensions`:
0 commit comments