-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Bug]: No source map files in code-server v4.2.0 #5026
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
Comments
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 although being pointed to in the JS files (e.g. in |
cc @code-asher - any ideas on this one? Maybe I missed it in reviewing the patches PR? |
|
I also moved this to its own patch because it feels sufficiently standalone. Fixes coder#5026.
I also moved this to its own patch because it feels sufficiently standalone. Fixes coder#5026.
I also moved this to its own patch because it feels sufficiently standalone. Fixes coder#5026.
I also moved this to its own patch because it feels sufficiently standalone. Fixes coder#5026.
* Use --exclude to skip node_modules Instead of copying and then deleting them. This will also catch some node_modules directories that were missed. * Remove per-extension dependency install Code packages all the dependencies using webpack for each extension so there are no dependencies to install. * Include source maps I also moved this to its own patch because it feels sufficiently standalone. Fixes coder#5026. * Refresh language patch The base is slightly different so it needed to be refreshed. * Add missing package.json This was caused by switching to Code's package step which does not include the package.json. Fixes coder#5019. * Include keytar It seems this actually is used now.
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.2.0 693b1fa with Code 1.64.2Steps to Reproduce
Expected
No errors except
Unrecognized Content-Security-Policy directive 'worker-src'
.Actual
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: