OfficeDev / teams-toolkit

Developer tools for building Teams apps
Other
454 stars 183 forks source link

Right click do not shows: Toolkit > Prepare Teams App Dependencies #11993

Open skyjum opened 2 months ago

skyjum commented 2 months ago

Describe the bug After creating a clean template and following the instructions to create a dev tunnel, the next step in all tutorials is right click on the project and set Toolkit > Prepare Teams App Dependencies but the explorer only shows Teams Toolkit Documentation

To Reproduce Steps to reproduce the behavior:

  1. Create a Teams template with Visual Studio
  2. Right on the project

Expected behavior It should show at least: Toolkit > Prepare Teams App Dependencies

Screenshots Untitled

Visual Studio 2024

microsoft-github-policy-service[bot] commented 2 months ago

Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.

Alive-Fish commented 2 months ago

Hi @skyjum, thanks for reporting. After Visual Studio 17.10 generally available, we introduce a new project type with suffix .ttkproj. Most Teams Toolkit related features are moved to it.

In your screenshot, you can right-click TeamsApp project to run Prepare Teams App Dependencies. Hope it can help you.