This topic tells you how to use VMware Tanzu Developer Tools for Visual Studio.
NoteThis extension is in the beta stage of development.
Ensure that you meet the following prerequisites:
PATH environment variable.workload.yaml file is in the project. For more information, see the specification for Tanzu apps workload apply.To configure settings:
Confirm or enter the settings.

To apply a workload:
To delete a workload:
To use Live Update:
Apply Workload or Live Update.Visual Studio establishes a debugging session with your remote application. A file named .tanzu-vs-launch-config.json is created in the root directory of your project. This file specifies the configuration needed to attach the Visual Studio debugger to the agent running in your workload’s container. It is only needed to initiate remote debugging and you can safely delete it at any time. This file location is temporary and will change in a future version.
CautionDo not use the red square Stop button to end your debugging session. Doing so might cause the Tanzu Application Platform workload to fail. Instead, in the top menu click Debug > Detach All.
If the name of your running app process (the app DLL process), does not match the name of your .NET project as shown in the Visual Studio Solution Explorer, the remote debugging agent might fail to attach.
The extension creates log entries in a file named tanzu-dev-tools.log. This file is in the directory where Visual Studio Installer installed the extension.
To find the log file, run:
C:> dir $Env:LOCALAPPDATA\Microsoft\VisualStudio\*\Extensions\*\tanzu-dev-tools.log
Directory: C:\Users\...
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 3/31/2023 1:07 PM 1668 tanzu-dev-tools.log