ruff/crates/ruff_server/src
Dhruv Manilawala 043ff61a0b
Consider `unsafe-fixes` settings for code actions (#15666)
## Summary

Closes: #13960 

## Test Plan

Using the example from
https://github.com/astral-sh/ruff-vscode/issues/672:


https://github.com/user-attachments/assets/7bdb01ef-8752-4cb7-9b5d-8a0d131984da
2025-01-22 13:44:13 +05:30
..
edit Insert the cells from the `start` position (#15398) 2025-01-10 13:11:56 +00:00
server Avoid indexing the same workspace multiple times (#15495) 2025-01-15 18:58:28 +05:30
session Consider `unsafe-fixes` settings for code actions (#15666) 2025-01-22 13:44:13 +05:30
edit.rs Add support for extensionless Python files for server (#13326) 2024-09-12 00:35:26 +05:30
fix.rs Consider `unsafe-fixes` settings for code actions (#15666) 2025-01-22 13:44:13 +05:30
format.rs `ruff server`: Formatting a document with syntax problems no longer spams a visible error popup (#11745) 2024-06-04 17:18:21 -07:00
lib.rs Improve logging system using `logLevel`, avoid trace value (#15232) 2025-01-08 18:18:00 +05:30
lint.rs Use tool specific function to perform exclude checks (#15486) 2025-01-15 13:18:46 +05:30
logging.rs Improve logging system using `logLevel`, avoid trace value (#15232) 2025-01-08 18:18:00 +05:30
message.rs Fix LSP show message macro to allow format args (#15487) 2025-01-15 08:11:49 +00:00
resolve.rs Use tool specific function to perform exclude checks (#15486) 2025-01-15 13:18:46 +05:30
server.rs Improve logging system using `logLevel`, avoid trace value (#15232) 2025-01-08 18:18:00 +05:30
session.rs Avoid indexing the same workspace multiple times (#15495) 2025-01-15 18:58:28 +05:30