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

plugin: align addBreakpoints and removeBreakpoints API #10919

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

vince-fugnitto
Copy link
Member

What it does

The pull-request updates the signature for both addBreakpoints and removeBreakpoints to the expectation of the VS Code API and ultimately mark our compatibility report for the two methods as complete.

How to test

There should not be a change in functionality, the build should successfully pass.

Review checklist

Reminder for reviewers

Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com

The commit aligns the signature of both `addBreakpoints` and
`removeBreakpoints` to the expecations of the VS Code API.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
@vince-fugnitto vince-fugnitto added vscode issues related to VSCode compatibility debug issues that related to debug functionality labels Mar 23, 2022
Copy link
Contributor

@colin-grant-work colin-grant-work left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍, looks good to me. No reason to mutate those arrays.

@vince-fugnitto vince-fugnitto merged commit 4ade592 into master Mar 23, 2022
@vince-fugnitto vince-fugnitto deleted the vf/debug-api branch March 23, 2022 22:47
@github-actions github-actions bot added this to the 1.24.0 milestone Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants