-
Notifications
You must be signed in to change notification settings - Fork 404
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
fix: remove theme fallback logic #188
Conversation
Codecov Report
@@ Coverage Diff @@
## main #188 +/- ##
==========================================
- Coverage 59.40% 59.40% -0.01%
==========================================
Files 1180 1180
Lines 72354 72352 -2
Branches 14978 14977 -1
==========================================
- Hits 42983 42980 -3
- Misses 26768 26769 +1
Partials 2603 2603
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: support component cdn type configuration (#154) * feat: support component cdn type configuration * chore: add release branch to workflow * chore: fix lint error * chore: 2.13.2 * fix: set correct component cdn url (#158) * chore: 2.13.3 * fix: editor save issue (#189) * chore: 2.13.4 * fix: use temp uri to build storage path while workspace is undefined (#210) * chore: 2.13.5 * fix: theme fallback logic (#220) * fix: add ExtensionDidContributes event for themes (#214) * fix: remove theme fallback logic (#188) * chore: 2.13.6 Co-authored-by: 大表哥 <xubing.bxb@alibaba-inc.com>
* feat: support component cdn type configuration (#154) * feat: support component cdn type configuration * chore: add release branch to workflow * chore: fix lint error * chore: 2.13.2 * fix: set correct component cdn url (#158) * chore: 2.13.3 * fix: editor save issue (#189) * chore: 2.13.4 * fix: use temp uri to build storage path while workspace is undefined (#210) * chore: 2.13.5 * fix: theme fallback logic (#220) * fix: add ExtensionDidContributes event for themes (#214) * fix: remove theme fallback logic (#188) * chore: 2.13.6 Co-authored-by: 大表哥 <xubing.bxb@alibaba-inc.com>
变动类型
需求背景和解决方案
changelog