For debugging purposes, there are two areas to explore in the Visual Studio Code command
palette.
Procedure
- To view the Visual Studio Code side of the extension, complete the following steps:
- Enter CMD + SHIFT + P to open the Visual Studio Code command
palette.
- In the command line, enter
Show Output Channels, and select the
command from the list.
- In the output channels list, select
API Agent Debug
Logs.
- Visual Studio Code extension displays the following information:
- Login and session data.
- Reinitialization of the extension after changing tabs.
- To view the chat webview side, complete the following steps:
- Enter CMD + SHIFT + P to open the Visual Studio Code command
palette.
- In the command line, enter
Developer: Open Webview Developer Tools,
and select the command from the list.
- You can view the webview developer tools, where you can access the following
information:
- Console tab: view logs and console output
- Network tab: inspect REST calls being made