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
| args |`[]`|Custom arguments passed to `ruff`. E.g`"args": ["--config=/path/to/pyproject.toml"]`. |
44
-
| logLevel |`error`| Sets the tracing level for the extension.|
45
-
| path |`[]`|Setting to provide custom `ruff`executables, to try in order. E.g.`["/path/to/ruff"]`. |
46
-
| interpreter |`[]`| Path to a Python interpreter to use to run the linter server. |
47
-
| importStrategy |`fromEnvironment`| Strategy for loading the `ruff` executable. `fromEnvironment` picks up Ruff from the environment, falling back to the bundled version if needed. `useBundled` uses the version bundled with the extension. |
48
-
| showNotification |`off`|Whether a notification should be shown. |
49
-
| organizeImports |`true`| Whether to register Ruff as capable of handling `source.organizeImports` actions. |
50
-
| fixAll |`true`| Whether to register Ruff as capable of handling `source.fixAll` actions. |
| args |`[]`|Additional command-line arguments to pass to `ruff`, e.g.,`"args": ["--config=/path/to/pyproject.toml"]`. Supports a subset of Ruff's command-line arguments, ignoring those that are required to operate the LSP, like `--force-exclude` and `--verbose`.|
44
+
| logLevel |`error`| Sets the tracing level for the extension: `error`, `warn`, `info`, or `debug`. |
45
+
| path |`[]`|Path to a custom `ruff`executable, e.g.,`["/path/to/ruff"]`.|
46
+
| interpreter |`[]`| Path to a Python interpreter to use to run the linter server. |
47
+
| importStrategy |`fromEnvironment`| Strategy for loading the `ruff` executable. `fromEnvironment` picks up Ruff from the environment, falling back to the bundled version if needed. `useBundled` uses the version bundled with the extension. |
48
+
| showNotification |`off`|Setting to control when a notification is shown.|
49
+
| organizeImports |`true`| Whether to register Ruff as capable of handling `source.organizeImports` actions. |
50
+
| fixAll |`true`| Whether to register Ruff as capable of handling `source.fixAll` actions. |
0 commit comments