-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed as not planned
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
Not-relevant
Steps to Reproduce
- download any release e.g. code-server-4.11.0-linux-amd64.tar.gz
- folder /lib/vscode/extensions/node_modules/.bin contains broken links pointing to /lib/vscode/extensions/node_modules/typescript/bin that is not existing
Expected
The tar archives shouldn't contain broken symlinks as that can break certain archiving tools.
Manually untarring the file will work, but not all similar tools will.
Actual
The tar archives contain broken symlinks resulting in errors when extracting the archive with certain tools
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
No response