You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Line number, starting at 1. Optional."
},
"column": {
"type": "integer",
"description": "Column number, starting at 1 (byte count in UTF-8). Example: 'a𐐀b' The column of a: 1 The column of 𐐀: 2 The column of b: 6 since 𐐀 is represented with 4 bytes in UTF-8. Optional."