vmssoftware / vms-ide

MIT License
13 stars 3 forks source link

Must start in the A area #9

Closed GitMensch closed 3 years ago

GitMensch commented 3 years ago

sample

As seen in the detailed error message the column is actual 8. Isn't that Area A's start?

{
    "resource": "/x:/VMS/test.cob",
    "owner": "vms-cobol",
    "severity": 8,
    "message": "Must start in the A area",
    "startLineNumber": 1,
    "startColumn": 8,
    "endLineNumber": 1,
    "endColumn": 22
}
vorfol commented 3 years ago

see the issue #8

GitMensch commented 3 years ago

I see, the issue is the terminal format. I'm closing this issue in favor of #8 and will adjust that to a FR.