feat: debug breakpoint file items supports enable/disable switch#2611
Merged
feat: debug breakpoint file items supports enable/disable switch#2611
Conversation
Contributor
|
ChatGPT Code Review: 生成的 CodeReview 如下: 这个 PR 主要是为调试视图中的断点文件项添加了开关功能以及支持自定义标签的能力,以下是我的几点建议:
提交信息规范参考:[feat(debug): add support for custom labels and enable/disable switch on breakpoint file items] |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2611 +/- ##
===========================================
+ Coverage 16.78% 57.64% +40.86%
===========================================
Files 1327 1327
Lines 83631 83635 +4
Branches 17418 17418
===========================================
+ Hits 14034 48212 +34178
+ Misses 63581 32184 -31397
+ Partials 6016 3239 -2777
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 816 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
erha19
requested changes
Apr 26, 2023
528da1a to
0e5b44c
Compare
erha19
approved these changes
Apr 27, 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 7a8151b
renderLabelproperty toIBasicTreeDatainterface (link)renderLabeltoBasicCompositeTreeNodeandBasicTreeNodeclasses (link, link)renderLabelfunction to returnrenderLabelproperty of node (link)renderLabelproperty to breakpoint file tree node usingBreakpointFileItemcomponent (link)BreakpointFileItemcomponent to render checkbox, icon, and label text (link)DebugBreakpointsServiceto toggle enablement of breakpoints in file (link).debug_breakpoints_file_itemclass (link)Changelog
🤖 Generated by Copilot at 7a8151b
This pull request enhances the recycle tree component and the debug breakpoints view by adding support for custom labels for tree nodes. It defines a
renderLabelproperty for the tree data and aBreakpointFileItemcomponent for the breakpoint file nodes. It also adds some style rules for the custom label component.