How can I use the Run/Debug button for my own VS Code extension’s command?
Summary The user’s request concerns integrating a custom MicroPython extension with the VS Code Run/Debug UI, specifically the “play button” in the title bar. The root issue is a misunderstanding of VS Code’s architecture: the Run/Debug button is strictly tied to Debuggers (via debuggers contribution point) or Tasks. It is not a generic UI element … Read more