Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3002 +/- ##
==========================================
- Coverage 57.62% 57.60% -0.02%
==========================================
Files 1337 1339 +2
Lines 84174 84290 +116
Branches 17493 17518 +25
==========================================
+ Hits 48503 48558 +55
- Misses 32417 32471 +54
- Partials 3254 3261 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Member
Author
|
测试插件: https://github.com/microsoft/vscode-extension-samples/tree/main/l10n-sample 需要修改插件 package.json 内的 activationEvents 为
|
c77ec3f to
810dd50
Compare
bytemain
reviewed
Aug 28, 2023
bytemain
previously approved these changes
Aug 28, 2023
Ricbet
approved these changes
Aug 28, 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 e4fbb0b
corepackage and its dependencies and ensures consistency with thelerna.jsonfile.相关:#2341
Changelog
🤖 Generated by Copilot at e4fbb0b
This pull request updates the version of the core package and its dependencies to 2.26.6, which includes a bug fix for the keybinding registry and a code simplification for the select component. The bug fix resolves a keybinding conflict issue caused by a persistent modifier key sequence. The code simplification removes unnecessary CSS classes and improves readability and maintainability.