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
Setup is running code-server in a webdirectory through nginx.
Steps to Reproduce
Setup systemd ide.service to run code-server as a user, in my case http, same as web user process for php and mysql.
Run code-server --password=testing
Notice when trying to enter password the generated one is what works, not the passed in one.
ENOENT on /working/directory/here/plus/Backups/workspace.json. It seems to be looking for a Backups folder in my working directory, and a workspace file that doesn't yet exist.
When running code-server --version for this bug, it output 0.0.0 for the server version.
The text was updated successfully, but these errors were encountered:
Problems
Server password param doesn't workInfo
code-server
version: server/0.0.0 linux-x64 node-v8.9.3 I had downloaded 1.31.1-100 from code-server-1.31.1-100-linux-x64.tar.gzSteps to Reproduce
Run code-server --password=testingNotice when trying to enter password the generated one is what works, not the passed in one.
The text was updated successfully, but these errors were encountered: