如何防止 rust-analyzer 在 VS Code 中自动运行
将以下内容添加到 VS Code 的 settings.json 中(打开命令面板 -> 首选项:打开设置 (JSON)):
settings.json
"rust-analyzer.initializeStopped": true,如果它是文件中的最后一条配置,你可能需要去掉末尾的逗号。
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow