This will greatly reduce latency of our terminal completions for the first request. https://github.com/microsoft/vscode/pull/252329 It will also be useful for other extensions that depend on shell integration being ready - for access to `executeCommand` and more. cc @Tyriar