logoalt Hacker News

Groxxyesterday at 6:03 PM2 repliesview on HN

Yeah, I really can't stand every vscode has done to the ecosystem for settings. JSON as a storage format for config is entirely fine, but it's a truly awful UX for changing things. But they're successful and it's easy to build, so everyone mindlessly copies them.


Replies

spockzyesterday at 8:53 PM

Mind you that vscode does have an ui to change the settings. Also it has code completion when editing the json because of the linked json schema.

show 1 reply
DangitBobbyyesterday at 8:53 PM

Zed is highly configurable via JSON (so already puts them in a tier above many editors) and also for some things like shortcuts provides an actual interface for editing that JSON. I imagine as time goes on they'll expose more interfaces for editing configurations. For now I'll take JSON over nothing/gui-only.