We need to do this before we create the debugger because the commands run in the lldbinit might do output to these handlers as well.
This is still an issue when lldb-vscode is run in stdout/stdin mode, not sure how to address this to be honest, we would need to both capture the stdout (that comes from the script interpreter) and wrap it using the stdout category. Maybe I should post this to the lldb-dev ML.
Are we allows to add extra "initialize" arguments here? How and who will ever pass this to lldb-vscode? Is there a way to make Microsoft VS Code pass this? If not, then just use an environment variable instead?