1{ 2 "1": { 3 "diagnostics": [] 4 }, 5 "2": { 6 "diagnostics": [ 7 { 8 "message": "Type '\"1\"' is not compatible with type 'double' at index 1", 9 "source": "\"1\"", 10 "range": { 11 "start": { 12 "line": 20, 13 "character": 5 14 }, 15 "end": { 16 "line": 20, 17 "character": 8 18 } 19 }, 20 "tags": [], 21 "relatedInfo": [], 22 "code": 2046, 23 "data": 0, 24 "severity": 1, 25 "codeDescription": { 26 "href": "test code description" 27 } 28 }, 29 { 30 "message": "No matching call signature for add(\"1\", int)", 31 "source": "add", 32 "range": { 33 "start": { 34 "line": 20, 35 "character": 1 36 }, 37 "end": { 38 "line": 20, 39 "character": 4 40 } 41 }, 42 "tags": [], 43 "relatedInfo": [], 44 "code": 2127, 45 "data": 0, 46 "severity": 1, 47 "codeDescription": { 48 "href": "test code description" 49 } 50 }, 51 { 52 "message": "Type '\"hello\"' cannot be assigned to type 'double'", 53 "source": "\"hello\"", 54 "range": { 55 "start": { 56 "line": 16, 57 "character": 19 58 }, 59 "end": { 60 "line": 16, 61 "character": 26 62 } 63 }, 64 "tags": [], 65 "relatedInfo": [], 66 "code": 2318, 67 "data": 0, 68 "severity": 1, 69 "codeDescription": { 70 "href": "test code description" 71 } 72 } 73 ] 74 } 75}