LJ
                                            LJ
                                        
                                    I should have mentioned, in the database browser I am building, there will be a `runSQL` method we can utilise.
@barrettotte FYI. `IBMiContent.runSQL` is now availabe. https://github.com/halcyon-tech/code-for-ibmi/blob/master/src/api/IBMiContent.js#L126
Hey @barrettotte I'd like to have a go at this if you haven't started already. Do you have a branch I can work from or shall I start fresh?
I'd still like to do this. I am going to put it into the 0.6.0 release milestone.
Agree with @BrianGarland. Though, if someone wants to PR it.. they are more than welcome.
Hi @ngmhun Thanks for a cool idea! Sounds very similar to an idea I had before. Does your idea look something like this video? https://www.youtube.com/watch?v=FtgVTZLD3Hc&ab_channel=LiamAllan
@ngmhun Need some time to think about how this could work. Will get back to you.
I am going to work on this, but it is going to use the same method of listening to a specific interactive job. If there is only one inter job,...
@ngmhun Data queue has and will continue to be considered while I work on this feature. This will work by the VS Code connection reading the job log and looking...
@dferrand I've had some people we should consider looking at this API: https://code.visualstudio.com/api/references/vscode-api#window.registerUriHandler Using this may make it easier, and should integrate nicely with `STRPCCMD`. Liam Also a nice SO...