pub async fn handle_file_write(
server: &ProtocolServer,
req: FileWriteRequest,
) -> Result<Response<FileWriteResponse>, Status>Expand description
Handle a FileWrite RPC.
Writes a file through the session workspace overlay and optionally detects symbol changes by parsing the new content.