如何在启动时指定 Visual Studio Team Explorer 集合?

发布于 2024-09-24 23:47:14 字数 192 浏览 2 评论 0原文

这是使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

哑剧 2024-10-01 23:47:14

我没有你要求的精确解决方案,但我感受到你的痛苦,这就是我使用的。

下载并安装Team Foundation Power Tools

从 Visual Studio 命令提示符运行以下命令:

tfpt connections

取消选中“启动时自动重新连接到最后的服务器”复选框,然后关闭该工具。

然后在桌面上创建一个快捷方式,如下所示:

devenv /Command Team.ConnecttoTeamFoundationServer

这将在启动时打开“连接到 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:

tfpt connections

Uncheck the 'Automatically reconnect to last server on startup' checkbox, and close the tool.

Then create a shortcut on your desktop as follows:

devenv /Command Team.ConnecttoTeamFoundationServer

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.

月寒剑心 2024-10-01 23:47:14

在较新版本的 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

enter image description here

enter image description here

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文