Does code-server support any settings.json or the perenferen settings menu ? I want to change the editor font and size
FWIW it does. The earlier versions won't acknowledge it, but this one seems to acknowledge the manifests.
We don't currently detect and inherit your VS Code settings, but code-server settings should work independently.
code-server seems to store settings.json in ~/.local/share/code-server/User. If you keep that file synced with your settings.json that you normally use in VS Code, things should work fine.
Most helpful comment
code-server seems to store
settings.jsonin~/.local/share/code-server/User. If you keep that file synced with yoursettings.jsonthat you normally use in VS Code, things should work fine.