Earlier quoted context omitted.
These seems impression by somebody who's not a VSC user at all. Specifically: > it’s 2022, why not favor GUI configurations? VSC provides, at all the (four) levels, both GUI and text-based configuration editing. > JSON is ugly You can't get any simpler than JSON. The VSC designers have actually been admirably pragmatic, and opted for JSON5-ish, which supports comments and terminal commas (in arrays). > too powerful t…
> You can't get any simpler than JSON. Actually a plain text file containing a JavaScript object is simpler and prettier than JSON. Not universal across languages though I suppose.
AFAIK the difference between JSON (as used in VSC) and a Javascript object are minimal (no quoting for keys, possibly minor other differences) and using a JS object should have significant advantages in order to replace a de-facto standard.