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:
Dhruv Manilawala
2024-07-18 20:58:14 +05:30
committed by GitHub
parent 7953f6aa79
commit a028ca22f0
2 changed files with 217 additions and 7 deletions

View File

@@ -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.