xdebug / vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔
MIT License
778 stars 178 forks source link

The editor/title/run command stopped working #927

Closed zobo closed 11 months ago

zobo commented 11 months ago

The implementation was

        vscode.commands.registerCommand('php.debug.debugPhpFile', async (uri: vscode.Uri) => {
            await vscode.debug.startDebugging(undefined, { type: '', name: '', request: '' })
        })

However concrete configuration must be provided. See https://github.com/microsoft/vscode-mock-debug/blob/6a3df6d2e8bed44408f137d61053b8a8c020523f/src/activateMockDebug.ts#L15-L45