我如何为 运行 'Add Items to Folder...' TFS 命令创建 Visual Studio 外部工具?

How would I create a Visual Studio External tool to run the 'Add Items to Folder...' TFS command?

我想创建一个可以执行 TFS 'Add Items to Folder...' 命令的外部工具。

我该怎么做?

工具 -> 外部工具 -> 添加

  • 标题:添加文档
  • 命令:c:\program files (x86)\microsoft visual studio17\professional\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\tf.exe
  • 参数:添加. /recursive
  • 初始目录:C:\path_to_my_directory

Add document to TFS external tool