Asher
Asher
I tried `--cert` on v4.4.0 but it worked for me.
When you run `/usr/bin/code-server` are you using the same user you use for `systemctl start code-server@$user`? Are there any more logs? For example in the browser console or the output...
It might be difficult to debug without logs. I tried this out in an Ubuntu 20.04.4 container but was not able to reproduce: ``` git clone https://github.com/Readon/SpinalHDL curl -fsSL https://code-server.dev/install.sh...
Maybe we just need to update `pem`?
Oh huh weird. I was looking at this commit which says it is in 1.14.5: https://github.com/Dexus/pem/commit/7ec825744b9cf1a9cab37983302fa6d7da8a9b22
But GitHub releases only has up to 1.14.4 and NPM has 1.14.6 but not 1.14.5 even though the package.json in the repo says 1.14.5 so I am not sure what...
This would be cool.
I think vscode.dev does this? So maybe the code is already in place.
Interestingly if you have the GitHub pull request extension installed the icon works but there is still no sync. After poking around it seems that settings sync is intentionally not...
I can make guesses but I don't know for sure why it's not available for OSS builds. Here is the comment from one of the VS Code devs but there...