You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure we can rename it to .json5. According to the devcontainer spec, this file must be named devcontainer.json. Further, the spec says it is "JSON with comments," not specifically JSON5.
This might be a don't care but currently this file:
https://github.com/riscv-software-src/riscv-unified-db/blob/main/.devcontainer/devcontainer.json#L12
is marked as
.json
and therefore can't have comments.If this format is acceptable for devcontainers I'd suggest renaming it
.json5
If not we can just ignore it when check-json is put in place.
The text was updated successfully, but these errors were encountered: