Is your feature request related to a problem? Please describe.
vimspector ignores comments in JSON (// comment), but cmake4vim doesn't so it complains about parsing the JSON file when trying to run a target.
Describe the solution you'd like
Ignore the content after //, but don't delete it when writing .vimspector.json again.
Describe alternatives you've considered
Not writing comments.
Is your feature request related to a problem? Please describe.
vimspectorignores comments in JSON (// comment), butcmake4vimdoesn't so it complains about parsing the JSON file when trying to run a target.Describe the solution you'd like
Ignore the content after
//, but don't delete it when writing.vimspector.jsonagain.Describe alternatives you've considered
Not writing comments.