-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
My adapter config for debug php is (in config.json)
"languages": { "PHP": { "language_servers": ["!phptools", "!intelephense", "phpactor", "..."], }, }
and I has active hints
"inlay_hints": { "show_value_hints": false, }
now I try to debug (It doesn't matter if it's an API call or a script)
but really the var has
I think the hover functionality doesn't work when you're debugging and need to evaluate a variable. The xdebug configuration is correct, because this works in VS Code.
Metadata
Metadata
Assignees
Labels
No labels