Conversation
|
/publish |
|
🎉 PR Next version 2.21.11-next-1672040246.0 publish successful! You can install prerelease version via /home/runner/work/_temp/_runner_file_commands/step_summary_dec13eeb-0d1e-4adf-8d11-b0a9c1e0b42f |
Codecov ReportBase: 57.76% // Head: 57.75% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2120 +/- ##
==========================================
- Coverage 57.76% 57.75% -0.01%
==========================================
Files 1299 1299
Lines 81630 81634 +4
Branches 17017 17018 +1
==========================================
- Hits 47152 47149 -3
- Misses 31346 31351 +5
- Partials 3132 3134 +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. |
Types
Background or solution
部分插件在加载 webview 资源时会指定 style-src 属性,基于 webview 的 cspSource 计算得出,但默认没有加入当前插件的路径,导致在 electron 端会因为 csp 错误加载失败
因插件 webview 中资源都会被转换为 vscode-resource 协议,所以需要将 vscode-resource 协议下的插件路径加入到 style-src 中
Changelog