Skip to content

Commit

Permalink
fix typo in README for the ruff.showNotifications setting (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
grisaitis committed Mar 19, 2024
1 parent 066fb59 commit 4c74c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ This requires Ruff version `v0.1.3` or later.
| lint.run | `onType` | Run Ruff on every keystroke (`onType`) or on save (`onSave`). |
| organizeImports | `"explicit"` | Whether to register Ruff as capable of handling `source.organizeImports` actions. |
| path | `[]` | Path to a custom `ruff` executable, e.g., `["/path/to/ruff"]`. |
| showNotification | `off` | Setting to control when a notification is shown: `off`, `onError`, `onWarning`, `always`. |
| showNotifications | `off` | Setting to control when a notification is shown: `off`, `onError`, `onWarning`, `always`. |

### Configuring VS Code

Expand Down

0 comments on commit 4c74c96

Please sign in to comment.