TAGS
20 tagsCopy correct Node into release Still had the old code that copied the system Node, which in the case of cross-compilation will be the wrong one. Instead copy the one VS Code downloads, which should be for the correct platform.
Prune dev dependencies when building release
Use tag env var in npm publish
Use inputs instead of github.event.inputs Just to be consistent with the other workflow. They are the same except inputs treats booleans as booleans instead of strings, which seems like it might be better anyway.
fix: remove config file path from login page (#7709) The login page displayed the full config file path (e.g. /home/username/.config/code-server/config.yaml), which exposes the username and system layout to anyone who can see the page. The path is already printed in the CLI output when starting code-server, so showing it on the login page is unnecessary. Fixes #7643
Update Code to 1.110.0 (#7694) * Update Code to 1.110.0 * Fix protected field error * Lower mangle workers to 2 to fix oom * Remove build timeouts
Update Code to 1.110.0 (#7694) * Update Code to 1.110.0 * Fix protected field error * Lower mangle workers to 2 to fix oom * Remove build timeouts
Probes can be disabled in Helm chart (#7663)
Update Code to 1.108.0 (#7629)
Update changelog