return;
}
// The VS Code upgrade request rides on the same transport but
// is callable pre-`initialize`: by definition we get here when
// the client's protocol version was rejected, so the client
// never managed to complete the handshake.
if ((msg.method as string) === VSCODE_UPGRADE_METHOD) {
this._handleVscodeUpgrade(msg.id, transport);
return;