Summary of the new feature
When debugging with Azure Functions Powershell, you have to toggle back and forth on the terminal window between the Azure Function Host task window and the integrated terminal.
Proposed technical implementation details
VSCode has API calls for splitting the terminal. If an option is set (e.g. powershell.SplitTerminalOnAzureFunctionDebug), then it should split the function host start and the integrated console so the result looks like below:
