Added return type for run build and compile tool#2993
Added return type for run build and compile tool#2993rapra41 wants to merge 3 commits intocodefori:masterfrom
Conversation
|
@rapra41 Thank you for your contribution. 👍 Please provide a description of the PR, showing what is changed and why. We need this for later reasoning of the changes. |
|
If a developer wants to programmatically use the output of the build command(vscode-ibmi-projectexplorer.projectExplorer.runBuild), there is no way to capture the result. The command behaves as a “fire-and-forget” action, which is fine for normal terminal usage, but does not support advanced use cases where the calling code expects structured data. |
|
@rapra41 thanks. Is it ready for review? (it's still a draft at the moment) |
|
I am collaborating with Rahul on this one. We will re-open when ready for review + will update the PR description. @rapra41 Can I push some changes directly to this PR? |
|
Sure @SanjulaGanepola , that works for me. Please go ahead and push the changes directly to this PR. |
No description provided.