如何让 Visual Studio 始终重新加载更改的解决方案、项目和文件?
我使用多台机器来分析和运行一个解决方案,并通过 DropBox 完成数据同步(太棒了,顺便说一句!)。不幸的是,一台机器上的更改会导致所有其他机器的 VS 实例询问我是否要重新加载,这很烦人,因为答案总是是。
所以我的问题是:我可以让 VS 假设答案是总是是吗?
I'm using multiple machines to profile and run one solution, with data synchronization done via DropBox (brilliant, btw!). Unfortunately, changes in one machine cause all other machines' VS instances to ask me whether I want to reload which is... annoying, because the answer is always Yes.
So my question is: can I get VS to assume that the answer is always Yes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
前往
然后选中复选框:
提示:您错过了不使用正确源代码管理的技巧。
Go to
Then check the boxes:
Tip: You're missing a trick not using proper source control.