feat: support flashing prompt for focus breakpoints in the editor#2652
Merged
feat: support flashing prompt for focus breakpoints in the editor#2652
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2652 +/- ##
==========================================
- Coverage 57.65% 57.64% -0.02%
==========================================
Files 1327 1327
Lines 83631 83676 +45
Branches 17418 17421 +3
==========================================
+ Hits 48219 48235 +16
- Misses 32174 32201 +27
- Partials 3238 3240 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
erha19
requested changes
Apr 28, 2023
Member
Author
|
erha19
requested changes
May 4, 2023
erha19
approved these changes
May 4, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Types
Background or solution
🤖 Generated by Copilot at 2ccbacd
Changelog
🤖 Generated by Copilot at 2ccbacd
This pull request enhances the debug module with new features and styles for breakpoints and stack frames. It introduces less variables for debug colors, animates the focus breakpoints stack frame line in the editor, and improves the type safety and functionality of the breakpoints view. It also refactors some code and adds new events and methods to the DebugBreakpointsService class. The changes affect the files
debug-style.less,debug-model.ts,debug-breakpoints.service.ts,debug-breakpoints.view.tsx, anddebug-styles.ts.