diff --git a/docs/editors/features.md b/docs/editors/features.md index 3ce5ff4d7f..4e977ddda3 100644 --- a/docs/editors/features.md +++ b/docs/editors/features.md @@ -94,6 +94,12 @@ alt="Hovering over a noqa code in VS Code" Similar to Ruff's CLI, the Ruff Language Server fully supports Jupyter Notebook files with all the capabilities available to Python files. +!!! note + Unlike [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp) and similar to the Ruff's CLI, the + native language server requires user to explicitly include the Jupyter Notebook files in the set + of files to lint and format. Refer to the [Jupyter Notebook discovery](https://docs.astral.sh/ruff/configuration/#jupyter-notebook-discovery) + section on how to do this. +