mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
Add VS Code specific extension settings (#12380)
## Summary This PR adds VS Code specific extension settings in the online documentation. The content is basically taken from the `package.json` file in the `ruff-vscode` repository.
This commit is contained in:
@@ -357,7 +357,7 @@ This tutorial has focused on Ruff's command-line interface, but Ruff can also be
|
||||
- id: ruff-format
|
||||
```
|
||||
|
||||
Ruff can also be used as a [VS Code extension](https://github.com/astral-sh/ruff-vscode) or
|
||||
alongside any other editor through the [Ruff LSP](https://github.com/astral-sh/ruff-lsp).
|
||||
Ruff can also be integrated into your editor of choice. Refer to the [Editors](editors/index.md)
|
||||
section for more information.
|
||||
|
||||
For more, see [_Integrations_](integrations.md).
|
||||
For other integrations, see the [Integrations](integrations.md) section.
|
||||
|
||||
Reference in New Issue
Block a user