This guide explains how to add an issue reporter feature to your VS Code extension, allowing users to easily report issues with relevant log output attached. It covers command registration, menu contributions, and the command callback implementation, with code snippets for each step.
NOTE: This example uses logTester
as the extension name, but this would be your extension id.
Add a new command to your extension's package.json
to register the issue reporter command: