Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以调试客户端,这会导致扩展主机的启动。在我有幸将调试器附加到服务器之前,主机告诉我“语言服务器示例服务器在过去 3 分钟内崩溃了 5 次。服务器将不会重新启动。”
任何关于我如何获得一些诊断的线索或洞察力,记录任何东西都会很棒。
您可以添加--debug-brk=3456到 debugOptions,3456 是您要连接语言服务器调试器的端口。 这会强制语言客户端等待语言服务器的调试启动。
--debug-brk=3456