8
votes

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?

2

2 Answers

3
votes

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.

0
votes

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

enter image description here