mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
VSCode refactored their terminal to have more delayed initialization, but still return as complete before the actual instance is ready for focus and paste events. The fix is to add a delay so this can complete before calling the paste action. As this doesn't affect extensions (the hop to the extension host causes a delay) I'm not raising this with VSCode as an upstream issue, just fixing on our side