xdebug / vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔
MIT License
771 stars 176 forks source link

"Disconnect" action missing its icon #841

Closed AnrDaemon closed 1 year ago

AnrDaemon commented 1 year ago

VS Code extension version: 1.8.2

The "Disconnect" dropdown action is missing its codicon-debug-disconnect icon.

AnrDaemon commented 1 year ago

image

zobo commented 1 year ago

Looks like it this here: image I don't think this has anything to do with the extension.

The arrow does not appear when debugging javascript. It's only availabe when the Capability supportTerminateDebuggee is present.

I honestly don't remember if it was there, but seems this is a issue for microosft/vscode

AnrDaemon commented 1 year ago

Oh, ok. I though it is your own code. The action does not present when debugging JS in browser (FFdebug in my case), because it does not support terminating remote session, only disconnects. I'll try to raise it in VS Code main.