Product and Version [VS/VSCode]: VSCode 1.23.1
OS Version [macOS/Windows]: Windows 10
Live Share Extension Version: 0.3.292
Target Platform or Language [e.g. Node.js]: Any
Steps to Reproduce / Scenario:
This reported issue in the VS Code repository points to it being caused by an extension. I systematically disabled my newest extensions to determine the culprit and found it was this one.
Expected behavior
Tab focus is not altered by the extension.
FYI, as a temporary workaround, you can set the liveshare.diagnosticLogging setting to false, which should prevent this behavior from happening. We're preparing an actual fix for this, however, I wanted to make sure folks knew about this workaround in the meantime.
Sorry for the annoyance. If you update the Live Share extension this should now be resolved.
Fix confirmed here! Thank you for the quick work, @daytonellwanger !