BrianGarland / blog

This is my blog
1 stars 0 forks source link

An update on the RPGLE Free VS Code extension #10

Open BrianGarland opened 3 years ago

BrianGarland commented 3 years ago

I've just published an update to vscode-rpgfree 0.0.4.

There are two changes.

  1. A bug fix around line endings in VS Code. When I wrote the extension it seemed that /r/n was the standard and now everything is just /n.
  2. I added support for fixed-format SQL statements. Take a look at the github issue for more details.

The fixed-format SQL issue came from the issues on rpgfreeweb. I'm hoping to work through those and maybe add some more features over the next few months.