You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Ah yeah for some reason VS Code leaves broken symlinks. We remove them before publishing the deb and rpm but not for the tars. We should move that line so it applies to all the release packages.
Is there an existing issue for this?
OS/Web Information
Not-relevant
Steps to Reproduce
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?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: