Module code_server

Source

Structs§

CodeServerArgs
NoOpMatcher
Does not do any parsing and just immediately returns an empty result.
PortCodeServer
Code server listening on a socket address.
PortMatcher
Parses a line like “Extension host agent listening on 9000”
ResolvedServerParams
Server params that can be used to start a VS Code server.
ServerBuilder
ServerParamsRaw
Base server params that can be resolve()d to a ResolvedServerParams. Doing so fetches additional information like a commit ID if previously unspecified.
SocketCodeServer
Code server listening on a port address.
WebUiMatcher
Parses a line like “Web UI available at http://localhost:9000/?tkn=…”

Enums§

AnyCodeServer
A server listening on any address/location.
CodeServerOrigin

Traits§

ServerOutputMatcher
A type that can be used to scan stdout from the VS Code server. Returns some other type that, in turn, is returned from starting the server.

Functions§

download_cli_into_cache
print_listening