Tags: red2342/code-server
Tags
Show hidden files by default Since there is no other way to enable hidden files, it seems better to enable it by default otherwise there are some folders/files you simply can never open from the dialog.
Set NODE_ENV and VERSION when building (coder#700) * Set NODE_ENV and VERSION when building Should fix the version flag not reporting correctly as well as enable the service worker and prevent the 404 hmr requests again. * Log env vars To help make sure it's built correctly when looking at the Travis logs.
Don't try to create builtin extensions directory Since this will be a path in the binary that we don't want to create on the user's system. I also removed the option to override it; it doesn't seem like a great idea since you'd always want those builtin extensions. This way we also don't have to check if the option was passed and only create it if that was the case.
Hide titlebar controls and fix menubar toggle (coder#550)
Merge branch 'master' of github.com:codercom/code-server
Add telemetry and option to disable (coder#519) * Add telemetry and option to disable * Update readme and getting-started guide * Update lockfile * Update getting started guide
fix(dockerfile): explicitly create a volume and set permission for pr… …oject dir (coder#471) Signed-off-by: Kibo Hikari <[email protected]>
fix(dockerfile): explicitly create a volume and set permission for pr… …oject dir (coder#471) Signed-off-by: Kibo Hikari <[email protected]>
PreviousNext