It’s without a spec
https://github.com/microsoft/vscode/issues/100688
https://github.com/microsoft/node-jsonc-parser
A theory - they don’t want a third party code in a hot path (they do care about performance in vscode), they already have a very performant parser and they don’t want to add a complexity there.
But that’s just a theory.