[LSP] Use std::string for storing the Reply method (#92464)
This was using a StringRef, which is very unsafe because the method name might just get disposed due to the async nature of the response. This was causing weird characters being printed in the output logs.
parent
d38ea8c4
Please register or sign in to comment