vscode-ibmi
vscode-ibmi copied to clipboard
Put debugged program name in IBM i batch debug session
Changes
Resolves https://github.com/codefori/vscode-ibmi/issues/2033
This PR changes the name of the IBM i bact debug sessions to display the name of the program being debugged.
How to test this PR
- Start a batch debug session on a program and leave it open
- Start another batch debug session on another program
- Go to the Debug Console view
- Check that each session has the program name in it
Checklist
- [x] have tested my change