vscode-json5 icon indicating copy to clipboard operation
vscode-json5 copied to clipboard

Recognize comments around object values

Open ralfhandl opened this issue 4 years ago • 2 comments

Fixes https://github.com/mrmlnc/vscode-json5/issues/4

ralfhandl avatar Mar 12 '21 17:03 ralfhandl

@mrmlnc Could you please review.

ralfhandl avatar Mar 12 '21 17:03 ralfhandl

Ping. I'd love for this to be supported:

{
   "doStuff": true // this comment is flagged as an error
}

Phrogz avatar Nov 05 '21 17:11 Phrogz