Skip to content

Commit

Permalink
Update the command list in the README (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila authored Jan 9, 2025
1 parent 0b4696e commit b939c3e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,15 @@ Finally, to use a common Ruff configuration across all projects, consider creati

## Commands

| Command | Description |
| -------------------------------------------------- | ------------------------------------------------ |
| Ruff: Fix all auto-fixable problems | Fix all auto-fixable problems. |
| Ruff: Format Imports | Organize imports. |
| Ruff: Format Document | Format the entire document. |
| Ruff: Restart Server | Force restart the linter server. |
| Ruff: Print debug information (native server only) | Print debug information about the native server. |
| Ruff: Show logs | Open the Ruff output channel. |
| Command | Description |
| -------------------------------------------------- | ----------------------------------------------- |
| Ruff: Fix all auto-fixable problems | Fix all auto-fixable problems |
| Ruff: Format Imports | Organize imports |
| Ruff: Format Document | Format the entire document |
| Ruff: Restart Server | Force restart the linter server |
| Ruff: Print debug information (native server only) | Print debug information about the native server |
| Ruff: Show client logs | Open the Ruff output channel |
| Ruff: Show server logs | Open the Ruff Language Server output channel |

## Requirements

Expand Down

0 comments on commit b939c3e

Please sign in to comment.