Description
Describe the bug
I'm experiencing an issue while trying to debug a Teams message extension that leverages API-based search commands. The extension does not provide the expected output, and I am unable to trace or debug the problem effectively in Visual Studio Code (VS Code) or in Microsoft Teams
I used the below
- Node version - 18.17.0
- Teams Toolkit version - v5.8.2
- Visual studio code - v1.94.0
Expected behavior
I should be able to debug the message extension in Visual Studio Code, stepping through the code and inspecting variables.
The extension should return the correct output from the API and display the search results as expected in Teams.
VS Code Extension Information (please complete the following information):
- OS: Windows_NT
- v1.94.0
Additional context
Unable to debug the extension properly in Visual Studio Code. Breakpoints do not trigger or allow me to inspect the flow.
The Teams message extension fails to display the expected results in Teams.
No meaningful error messages or logs are provided to help trace the issue.