ruff/crates/ruff_server/src
Dhruv Manilawala 0c9165fc3a
Use Result for failed text document retrieval in LSP requests (#14579)
## Summary

Ref:
https://github.com/astral-sh/ruff-vscode/issues/644#issuecomment-2496588452

## Test Plan

Not sure how to test this as this is mainly to get more context on the
panic that the server is raising.
2024-11-25 15:14:30 +05:30
..
edit Fix server panic when undoing an edit (#14010) 2024-11-01 08:16:53 +01:00
server Use Result for failed text document retrieval in LSP requests (#14579) 2024-11-25 15:14:30 +05:30
session Use Result for failed text document retrieval in LSP requests (#14579) 2024-11-25 15:14:30 +05:30
edit.rs Add support for extensionless Python files for server (#13326) 2024-09-12 00:35:26 +05:30
fix.rs Detect empty implicit namespace packages (#14236) 2024-11-09 22:03:34 -05:00
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 Avoid indexing the workspace for single-file mode (#13770) 2024-10-18 10:51:43 +05:30
lint.rs Detect empty implicit namespace packages (#14236) 2024-11-09 22:03:34 -05:00
message.rs Ignore non-file workspace URL (#12725) 2024-08-07 09:15:55 +00:00
resolve.rs Add support for extensionless Python files for server (#13326) 2024-09-12 00:35:26 +05:30
server.rs Upgrade to Rust 1.82 (#13816) 2024-10-19 16:05:50 +02:00
session.rs Avoid indexing the workspace for single-file mode (#13770) 2024-10-18 10:51:43 +05:30
trace.rs Use $/logTrace for server trace logs in Zed and VS Code (#12564) 2024-07-30 08:32:20 +05:30