vscode-json5
vscode-json5 copied to clipboard
Recognize comments around object values
Fixes https://github.com/mrmlnc/vscode-json5/issues/4
@mrmlnc Could you please review.
Ping. I'd love for this to be supported:
{
"doStuff": true // this comment is flagged as an error
}