如何在启动时指定 Visual Studio Team Explorer 集合?
这是使用 VS 和 TFS 2010。我有多个 TFS 服务器和多个集合。当我启动 VS 时,它会连接到“上次使用的”集合。如果我打开了多个 VS 实例,连接到不同的集合,则最后退出的那个实例将“获胜”为最后使用的集合。这很烦人。
我真正想要的是多个桌面快捷方式,每个快捷方式都设置为强制团队资源管理器在启动时连接到特定集合。
这可能吗?
This is with VS and TFS 2010. I have multiple TFS servers and multiple collections. When I launch VS, it connects to the "last used" collection. If I had multiple instances of VS open, connected to different collections, whichever exits last appears to "win" as the last used collection. This is annoying.
Really what I want is multiple desktop shortcuts, each set up to force Team Explorer to connect to a specific collection at start-up.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我没有你要求的精确解决方案,但我感受到你的痛苦,这就是我使用的。
下载并安装Team Foundation Power Tools。
从 Visual Studio 命令提示符运行以下命令:
取消选中“启动时自动重新连接到最后的服务器”复选框,然后关闭该工具。
然后在桌面上创建一个快捷方式,如下所示:
这将在启动时打开“连接到 Team Foundation Server”对话框,然后您可以从该对话框中选择服务器/集合/项目。它节省了“等待连接”、“断开连接”、“选择服务器”的麻烦。
I don't have the precise solution you asked for, but I feel your pain and this is what I use.
Download and install the Team Foundation Power Tools.
From a Visual Studio Command Prompt run the following command:
Uncheck the 'Automatically reconnect to last server on startup' checkbox, and close the tool.
Then create a shortcut on your desktop as follows:
This will open the 'Connect to Team Foundation Server' dialog on startup, where you can then select a server/collection/project from the dialog. It saves the 'wait for connect', 'disconnect', 'choose server' dance.
在较新版本的 Visual Studio 有一个选项,它将在启动时自动隐藏或显示团队资源管理器:
帮助 ->管理 Visual Studio 性能 ->工具窗口->启动
In newer versions of Visual Studio there is this option which will automatically hide or show Team Explorer on Startup:
Help -> Manage Visual Studio Performance -> Tool Windows -> Start Up