bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
269 stars 18 forks source link

refactor: Extract main loop in handle fns, add timing logs #88

Closed WillLillis closed 4 months ago

WillLillis commented 4 months ago

This PR continues the refactor/ cleanup from #87 by pulling most of the logic out of the main loop and into various handler functions (inside the new src/handle.rs file). Additionally, this also adds timing logs for each request and notification, as mentioned in #80.