Hi VS Code dev here 👋
PHP debug should specify in the package.json that it is interested in php language files.
Here's how mock debug does it
https://github.com/microsoft/vscode-mock-debug/blob/main/package.json#L135
This way the PHP debugger will be used as default for php language files.
And issues like this will be fixed microsoft/vscode#123271
Hi VS Code dev here 👋
PHP debug should specify in the
package.jsonthat it is interested inphplanguage files.Here's how mock debug does it
https://github.com/microsoft/vscode-mock-debug/blob/main/package.json#L135
This way the PHP debugger will be used as default for
phplanguage files.And issues like this will be fixed microsoft/vscode#123271