11

We use Team Foundation Version Control(TFVC) on on-prem TFS server. For quite a while it was possible to use TFS Power Tools (tfpt tool) from Visual Studio Developer Command Prompt. Lately we moved to VS 2019. Problem is that we can't find any proper TFS Power Tools for VS 2019. For example to do undo checkout of unmodified files.

Does anyone had similar problem not being able to use tftp tools from VS 2019?

Belurd
  • 772
  • 1
  • 13
  • 31

2 Answers2

3

Does anyone had similar problem not being able to use tftp tools from VS 2019?

Sorry for any inconvenience.

This is a know issue about Visual Studio 2019. The Team Foundation Server Power Tools currently only updated to TFS2017, TFS2019 is not yet available.

Besides, Power tool has been renamed TFS Process Template Editor: TFS Process Template Editor

Edit: As of 10/16/2020 there is a TFS Template Editor for Visual Studio 2019

MS engineers are trying to develop it and will release it so that you can use it as soon as possible.

If you want to modify the work items, you can modify the work items by referring to the following documents:

Import, export, and manage work item types

Hope this helps.

Cleptus
  • 3,446
  • 4
  • 28
  • 34
Leo Liu
  • 71,098
  • 10
  • 114
  • 135
  • 3
    is there a plan to provide unshelve /migrate functionality again to vs2017 and vs2019? I think this is a greatly missed feature to migrate shelveset to a different branch – Dom84 Jul 21 '20 at 11:07
  • Saving you a click, [here's the 2019 version](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.msdevlabs-pte). – ruffin Aug 19 '20 at 15:34
  • 12
    What do you mean with "it has been renamed"? The Power Tools were much more than just a way to edit the process templates and from what I can tell OP is not interested in modifying the process templates as in his question he gave the example of performing an undo checkout of unmodified files. – Gabriel Lozano-Moran Sep 28 '20 at 08:18
  • Does TFS template editor contains TFS shell extension? – Thanasis Ioannidis Mar 05 '21 at 17:53
  • 3
    This does not answer the OP's issue - "Problem is that we can't find any proper TFS Power Tools for VS 2019" – adamhill Apr 14 '21 at 13:56
2

For undoing unmodified files changes you can use this extension https://stackoverflow.com/a/52839174/6300406

enter image description here

nvbnvb
  • 76
  • 5