JSON unfortunately does not allow comments. The alternative *.jsonc (JSON with comments) is not widely accepted. For example, Biome.js accepts a biome.jsonc configuration. A workaround is to tell VSCode to treat certain files as JSON with comments. For example, turbo.json can be treated as *.jsonc
2 likes 2 replies
?