fresh icon indicating copy to clipboard operation
fresh copied to clipboard

C# LSP Errors

Open sfjohansson opened this issue 4 months ago • 0 comments

Attempt hovering a field in a source file, version 0.1.52, and the following errors will show up:

fresh-warnings.log

2025-12-18 10:17:09.264 ERROR fresh::services::lsp::async_handler: LSP initialization timed out after 10 seconds
2025-12-18 10:17:17.399 ERROR fresh::services::lsp::async_handler: Error reading from LSP server: LSP server closed stdout (EOF)
2025-12-18 10:17:17.403 WARN fresh::services::lsp::async_handler: State transition warning during shutdown: Invalid state transition from Error to Stopping

fresh-lsp-c_sharp.log

thread 'main' (11447) panicked at src/path.rs:15:39:
Root path not part of initialize notification: Root URI/path was not given by the client
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

sfjohansson avatar Dec 18 '25 10:12 sfjohansson