Version: 1.939-vsc1.33.1
OS Version Arch Linux updated
Can't open the user's home directory
I run code-server as a systemd servic
```[Unit]
Description=VS Code Server
After=network.target
[Service]
Type=simple
User=oocococo
ExecStart=/home/oocococo/CodeServer/code-server /home/oocococo -H --password=GD7zbol88Piz --cert=/home/oocococo/certs/server.crt --cert-key=/home/oocococo/certs/server.key
[Install]
WantedBy=multi-user.target
```

Are you sure the folder has the correct permissions? I got this behaviour when the folder has no READ permissions for the owner. Maybe provide some additional information regarding the permissions of the folder in question.
Are you sure the folder has the correct permissions? I got this behaviour when the folder has no READ permissions for the owner. Maybe provide some additional information regarding the permissions of the folder in question.
The folder have the right permission, and the new release had somehow fix my issue :P
CC @Multishifties I think we should have a error for folders being opened with insufficient permissions.
@code-asher Is this a known issue with a fix in the pipeline for an upcoming version?
I think we fixed it already in the latest tree so closing for now.