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

feat: Add TextEditor.getBreakpoint(line: number): Promise<Breakpoint> #1510

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

pospisilf
Copy link
Contributor

Before submitting your PR, please review the following checklist:

  • CONSIDER adding a new test if your PR resolves an issue.
  • DO keep pull requests small so they can be easily reviewed.
  • DO make sure tests pass.
  • DO make sure any public APIs changes are documented.
  • DO make sure not to introduce any compiler warnings.

Before merging the PR:

  • CHECK continuous integration of main branch is green.
  • CHECK pull request check job is green.
  • CHECK all pull request questions/requests are resolved.
  • WAIT till PR is approved by at least 1 committer.

@pospisilf pospisilf added the ready-for-review Pull Request is Ready for Review label Sep 3, 2024
@pospisilf pospisilf requested a review from djelinek September 3, 2024 09:32
@pospisilf pospisilf self-assigned this Sep 3, 2024
Copy link

sonarqubecloud bot commented Sep 3, 2024

@djelinek djelinek added the enhancement New feature or request label Sep 4, 2024
@djelinek djelinek merged commit 8de2240 into redhat-developer:main Sep 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready-for-review Pull Request is Ready for Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🚀 Request] Add TextEditor.getBreakpoint(line: number): Promise<Breakpoint>
2 participants