Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2574 +/- ##
==========================================
- Coverage 57.75% 57.69% -0.07%
==========================================
Files 1330 1333 +3
Lines 83682 83820 +138
Branches 17396 17413 +17
==========================================
+ Hits 48333 48362 +29
- Misses 32128 32228 +100
- Partials 3221 3230 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
c815dfc to
dd5a240
Compare
c7b04dc to
12ac09f
Compare
b749363 to
86cc7cf
Compare
8e4b2ae to
03c2928
Compare
Member
|
@Ricbet 几个可以优化的地方,看是否要在这个提交里一起实现:
|
Member
Author
|
1、2 我优化一下,3 后续再优化 |
Member
Author
* feat: implement launch json schema editor * feat: implement launch json editor * chore: improve code
* feat: support additional and anyof/oneof field * chore: improve code * fix: use i18n
* feat: launch UI support delete properties * fix: bug
* feat: support json and launch editor data linkage * feat: implement add configuration * fix: typo
* fix: enter keyboard remove array field * fix: additional template code * feat: implement configuration items data linkage * fix: array field undefined
44276b1 to
5fd9394
Compare
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 80e38a7
debug-schema-updatermodule todebug-schema-managerand makeupdatemethod public (link, link, link, link, link)launchDefaultSchemaUriandlaunchExtensionSchemaUriconstants for different debug scenarios and use them instead of string literals (link, link, link, link, link)launchSchemaUriimport fromdebug-contributionmodule (link)LaunchResourceProviderclass to provide custom resource for launch view editor component (link)LaunchPreferencesContributionclass to implement preference contribution, configuration, and editor contribution interfaces and register resource provider and editor component for launch view (link)LaunchViewContainercomponent and subcomponents to render launch view editor with split panel, debug configuration list, and configuration details (link)launch.module.lessmodule to define styles for launch view editor and subcomponents (link)uriparameter ofworkbenchEditorService.openmethod call inDebugConfigurationManagerclass to use custom schemelaunch_view_schemefor launch view editor (link)moreprop withmenuprop forButtoncomponent and addvisibleprop toDropdowncomponent (link)moreVisibleandplacementprops toMoreActionPropsinterface and pass them toDropdowncomponent insideButtoncomponent (link, link)Placementtype fromdropdowncomponent and export it frombuttoncomponent (link, link)LabelMenuItemNodeclass to represent menu item with label only (link)registerDebuggersmethod ofDebuggersContributionPointclass to usedebugSchemaManager.updatemethod instead ofdebugSchemaUpdater.updatemethod (link, link, link)Changelog
🤖 Generated by Copilot at 80e38a7
This pull request adds a new feature to the
Buttoncomponent to support a dropdown menu, and improves the schema management and editor for thedebugcomponent. It renames and refactors thedebug-schema-updatermodule todebug-schema-manager, and introduces new modules for the launch view editor component, the launch schema URIs, and the label menu item node. It also updates the references and styles for the affected modules.