-
Notifications
You must be signed in to change notification settings - Fork 398
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
feat: support Git actionButton and improve style #1702
Conversation
新版本 Git 插件对于 GitHub 鉴权接口有强依赖,如果集成侧不实现会有如下报错:
可以在集成侧通过关闭 Action 配置项的方式关闭该功能: 1.62.3, 设置 1.65.0+, 设置 |
Codecov ReportBase: 57.59% // Head: 57.56% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1702 +/- ##
==========================================
- Coverage 57.59% 57.56% -0.03%
==========================================
Files 1283 1283
Lines 80035 80058 +23
Branches 16774 16773 -1
==========================================
- Hits 46093 46087 -6
- Misses 30873 30900 +27
- Partials 3069 3071 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
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 at Codecov. |
/publish |
1 similar comment
/publish |
对于 Auth 鉴权依赖那块,有个想法,是否可以通过集成侧的服务实现方式,绕开对于完整 Auth 校验链路的要求,例如集成侧准备好用户 GitHub 信息,通过覆盖逻辑的方式绕开需要与 |
啥意思?是指集成方不需要实现 authentication provider 了吗 |
应该还是要实现 authentication provider,只是把相应逻辑支持一下集成侧定制 |
/publish |
🎉 PR Next version 2.20.3-next-1664271328.0 publish successful! You can install prerelease version via
|
a633e1e
to
85a42e1
Compare
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
Types
Background or solution
close #1700.
close #1684.
close #1688.
close #1365.
close #378.
close #1389.
解决了 Git 面板提交失败后提交信息被清空的问题, 支持了
vscode.git
插件 1.62.3 以上版本对actionButton
的处理,如果升级到该变更版本,需要同时升级 Git 插件至 1.62.3 +针对空仓库的 Publish Change 功能,插件代码还依赖 GitHub 账号能力已实现创建仓库功能,该功能目前框架下会不可用,但暂时不会影响产品功能。
同时,目前由于 OpenVSX 市场不再更新内置插件的原因,无法支持最新版本的 Git 插件安装,得等后续插件市场上线。
Changelog