I developed a small Teams Message Extensions starting from these instructions from Microsoft: https://docs.microsoft.com/en-us/microsoftteams/platform/get-started/first-message-extension?tabs=vscode
Question: how can I log messages, so that I see them in the browser developer tools console when I run the app ?
I tried using console.log but it's not working...