codefori / vscode-ibmi

🌍 IBM i development extension for VS Code
https://codefori.github.io/docs/#/
MIT License
279 stars 93 forks source link

Supress Zeros when ctdata Arrays #2244

Open hn000246 opened 1 week ago

hn000246 commented 1 week ago

If i use Seu to Edit a source that include ctdata arrays is working good, but when i use code for i, it supress the zeros and update the Source. (Not correct.) I don't know how to solvente this issue.

I'm sending you the ctdata array using Seu and the issue when i use the code for i.

Best Regards, image

image

Best Regards,

worksofliam commented 1 week ago

Will look into a fix tomorrow. It shouldn't be too hard.

NextPage66 commented 4 days ago

I updated to the newest extension. It is no longer removing the leading zeros. It is replacing them with exponential notation.

Original Example: image

VSCODE conversion: image

worksofliam commented 4 days ago

@NextPage66 Are you using the version from the branch or the standard release? We haven't released the fix yet.

NextPage66 commented 4 days ago

standard release. Sorry i thought i saw it was released.