ruff/crates/ruff_server/src
Dhruv Manilawala c2b9fa84f7
Refactor workspace logic into workspace.rs (#16295)
## Summary

This is just a small refactor to move workspace related structs and impl
out from `server.rs` where `Server` is defined and into a new
`workspace.rs`.
2025-02-21 08:37:29 +00:00
..
edit Insert the cells from the start position (#15398) 2025-01-10 13:11:56 +00:00
server Handle requests received after shutdown message (#16262) 2025-02-20 11:10:42 +00:00
session Refactor workspace logic into workspace.rs (#16295) 2025-02-21 08:37:29 +00:00
edit.rs Add support for extensionless Python files for server (#13326) 2024-09-12 00:35:26 +05:30
fix.rs Directly include Settings struct for the server (#16042) 2025-02-10 10:20:01 +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 Refactor workspace logic into workspace.rs (#16295) 2025-02-21 08:37:29 +00:00
lint.rs Directly include Settings struct for the server (#16042) 2025-02-10 10:20:01 +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 Root exclusions in the server to project root (#16043) 2025-02-10 04:57:14 +00:00
server.rs Refactor workspace logic into workspace.rs (#16295) 2025-02-21 08:37:29 +00:00
session.rs Refactor workspace logic into workspace.rs (#16295) 2025-02-21 08:37:29 +00:00
workspace.rs Refactor workspace logic into workspace.rs (#16295) 2025-02-21 08:37:29 +00:00