When the result tab opens it is stealing focus. It would be nice if we could keep focus on the scratchpad while opening the result tab. That way the user doesn't need to put focus back on the scratchpad before executing another statement.
The vscode extension api does not expose an option to preserve focus when opening the html preview. There is an option when opening a new file, so it should be possible. Here is the related issue in the vscode repo:
microsoft/vscode#14311
Once this issue is resolved, I can fix this
When the result tab opens it is stealing focus. It would be nice if we could keep focus on the scratchpad while opening the result tab. That way the user doesn't need to put focus back on the scratchpad before executing another statement.
The vscode extension api does not expose an option to preserve focus when opening the html preview. There is an option when opening a new file, so it should be possible. Here is the related issue in the vscode repo:
microsoft/vscode#14311
Once this issue is resolved, I can fix this