github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/views/json/testdata/diagnostic/error-with-empty-highlight-range-at-end-of-source-code.json (about) 1 { 2 "severity": "error", 3 "summary": "You forgot something", 4 "detail": "Please finish your thought", 5 "range": { 6 "filename": "short.tf", 7 "start": { 8 "line": 1, 9 "column": 16, 10 "byte": 15 11 }, 12 "end": { 13 "line": 1, 14 "column": 17, 15 "byte": 16 16 } 17 }, 18 "snippet": { 19 "context": null, 20 "code": "bad source code", 21 "start_line": 1, 22 "highlight_start_offset": 15, 23 "highlight_end_offset": 15, 24 "values": [] 25 } 26 }