Skip to content

If dcl-ds is not ending with semicolon then the range is only taking the single line of dcl-ds. #442

@rahulprajap4ti

Description

@rahulprajap4ti

Hi @worksofliam ,
If the dcl-ds is not ending with semicolon then the range is only taking the single line of dcl-ds. Following is sample test case. The first dcl-ds shows the range correctly till end-ds, where as the second dcl-ds is only considering dcl-ds range.

**free

dcl-s myprogramText char(20);

dcl-ds name qualified dim;
end-ds;

dcl-ds name qualified dim
end-ds;

Reference issue: https://github.ibm.com/ibmi-toronto/vscode-wca4i/issues/277

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions