transport_mode#

ConnectLocalLaunchConfig.transport_mode: str = 'mtls'#

Specifies the gRPC transport mode to use.

Possible values are: - "mtls" : Mutual TLS (default) - "uds" : Unix Domain Sockets (unsupported on Windows) - "wnua" : Windows Named User Authentication (unsupported on Unix) - "insecure" : Insecure TCP connection (not recommended)