IBM / vscode-ibmi-projectexplorer

IBM i Project Explorer for VS Code
https://ibm.github.io/vscode-ibmi-projectexplorer/
Apache License 2.0
22 stars 7 forks source link

Add "Set Service Entry Point" action to Project Explorer #425

Closed mkwan01 closed 7 months ago

mkwan01 commented 7 months ago

In Project Explorer, we currently have one debug menu action "Debug Program". This one will be renamed to "Debug As Batch..." in Code for i. We need corresponding changes in Project Explorer to catch up with the Code for i changes. Please note that the command id may also change in Code for i.

We will also have a new action "Set Service Entry Point..." in Code for i for PGM and SRVPGM objects. We need to contribute the same action to PGM and SRVPGM objects in Project Explorer. We can delegate the actual work to the corresponding Code for i command.