Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The editor/title/run command stopped working #927

Closed
zobo opened this issue Oct 23, 2023 · 0 comments · Fixed by #928
Closed

The editor/title/run command stopped working #927

zobo opened this issue Oct 23, 2023 · 0 comments · Fixed by #928

Comments

@zobo
Copy link
Contributor

zobo commented Oct 23, 2023

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

@zobo zobo linked a pull request Oct 23, 2023 that will close this issue
@zobo zobo closed this as completed Nov 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant