Releases: codefori/vscode-ibmi
Releases Β· codefori/vscode-ibmi
Code for IBM i 0.7.1
- Ignore pycache when searching source code (@alanseiden)
- Implementation of source date support
- Search handler for *ALL
- Nice message to tell the user to restart when certain connection settings have changed
Code for IBM i 0.7.0
- Add walkthroughs as a dep extension to help new users.
- Add "Rename" to "Move object" menu command
- New IFS Browser: the ability to add IFS shortcuts.
- The ability to use
*ALL
as the source file in the Source Member Browser. - Add new config to define a list of directories to ignore when searching the IFS.
Code for IBM i 0.6.7
- Ability to upload and download members
- Ability to create a library from the Object Browser
- Current library will default to
QGPL
(#232) - When
tempLibrary
is created, will have better default text - Fix bug where SQL is disabled by default.
- Fix bug with RPGLE
select
causing issues with the indentation support (#241)
Code for IBM i 0.6.6
More fixes to outline....
Code for IBM i 0.6.5
- Fixes to RPGLE parser - specifically for procedures.
Code for IBM i 0.6.4
- Improved outline view for RPGLE
Code for IBM i 0.6.3
- Improved errors during the initial connection if the home directory on user's profile does not exist or is not set.
- Fix issue with
EXEC
in indent assistant.
Code for IBM i 0.6.2
- Improved free check for RPGLE free-format syntax checking
- Fix for issue where library list was reversed
- New warnings when tempLibrary couldn't be set.
Code for IBM i 0.6.1
- Experimental RPGLE features now includes basic outline view support.
Code for IBM i 0.6.0
- Fix bug where users could not open members copy or include due to ASP name being cut off.
- Add timeout message when the connection is timed out. (#85)