I tend to load files into VS Code via the command-line, My starting point is to go into a dec directory and type "code ."
This starts up VS Code, and loads the current directory into the file browser.
As of the latest iTerm2, it correctly starts up VS Code (or creates a new window if already open), but VS Code does not come to the front! This is new behaviour, and it's a right royal pain.
$EDITOR is set to "/usr/local/bin/code -w", so when I need to add a git commit msg, I used to just do "git commit ..." and start typing. But now the typing isn't going to VS Code as it's no longer brought to the front.
In contrast, the Apple Terminal.app still behaves correctly, it opens VS Code and brings it to the front. Like iTerm2 used to.
An intentional change? I hope not :)
Thanks for all your efforts on this fantastic tool.