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.
我们如何禁用每当存在未解决的依赖项时出现的“来自...的未解决的依赖项”消息?
我宁愿不被告知。
在 settings.json 中,添加以下内容:
{ "csharp.suppressDotnetRestoreNotification":true }
需要Visual Studio Code 的 C#版本 1.5-beta6。
这是打开settings.json的方法