codefori / vscode-rpgle

RPGLE language tools for VS Code
MIT License
39 stars 18 forks source link

Convert to free format issues #290

Closed Alastyr closed 7 months ago

Alastyr commented 7 months ago

Hi, this variable declaration is not converted correctly.

D QprObj a len(500000) varying

QprObj Varchar() LEN(500000);

image

image

Same for

D QvgTagRowSql s 500000a varying(4) inz('')

dcl-s QvgTagRowSql Varchar(500000) (4) INZ('');

worksofliam commented 7 months ago

Hey! This is the wrong extension. Your issues belongs in https://github.com/BrianGarland/vscode-rpgfree

Alastyr commented 7 months ago

Thank you, sorry.