Results 815 comments of Asher

Extension loading is all handled in VS Code so I am not sure there is anything we can do here from code-server. You could open an issue upstream (https://github.com/microsoft/vscode), but...

This looks really good! Some thoughts: 1. Can we omit `extensions-dir`, `artifactory`, and `repo` for `/add`? The marketplace would already know all these values. If we do need them, then...

> Yes, I have mentioned "all" in the description and going to support it. > /extensions{extensionId@all} Ohhhh I see, yes this makes sense, I misread it as `/extensions/all`. I like...

> I think I will add some environment variables support: ENABLE_PUBLISHING_ENDPOINTS, MAX_UPLOAD_FILE_SIZE, MAX_FILES and UPLOADS_FOLDER. Works for me! Should we prefix these with `MARKETPLACE` or `CODE_MARKETPLACE` (a bit long but...

Thank you! That `null` error seems weird but I have no idea if it is related. I was hoping to see something more specific, but no luck. Could you try...

code-server also supports the `folder` query parameter. Are you encountering a bug with it?

It is mainly meant to be used with `File > Open Folder` from within VS Code, but you can construct it manually by pointing it to any directory on the...

In 4.17.0 the minimum glibc version was raised and code-server no longer works in CentOS 7, so that could be why. If you check code-server's logs you might see something...

Although, you say it does work if you open enough or restart code-server so that must not be it. I am not sure, in that case. Do you have some...