Conversation
|
✨ code-server docs for PR #5014 is ready! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #5014 +/- ##
=======================================
Coverage 71.30% 71.30%
=======================================
Files 30 30
Lines 1683 1683
Branches 373 373
=======================================
Hits 1200 1200
Misses 413 413
Partials 70 70 Continue to review full report at Codecov.
|
code-asher
left a comment
There was a problem hiding this comment.
One spot I think we need to update, otherwise looks good!
|
@jsjoeio Help > About reports |
|
@jsjoeio I have noticed, that the Assets for v4.2.0 are ~90 MB smaller than the ones for v4.1.0. ℹ️ There are no source map files in v4.2.0, although being pointed to in the JS files (e.g. Should I open an issue regarding this? |
|
This looks like a bug: #5014 (comment) Do you mind opening a bug report for that? You can leave most of it blank (I know how to reproduce).
Great question! I'm not sure if that was intentional 🤔 Could have missed a patch potentially. Any ideas @code-asher ? |
|
Definitely not intentional. I bet it is due to the switch to using Code's packaging task instead of cobbling it together ourselves. They might be removing the source maps because they host them elsewhere. So we might have to patch that removal out. |
* chore(release): bump version to 4.2.0 * chore: update CHANGELOG * chore: bump helm chart version

This PR is to generate a new release of
code-serveratv4.2.0Screenshot
TODOs
Follow "Publishing a release" steps in
ci/README.mdFixes #4942