mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
cli: allow exec server to listen on a port and require token authentication (#188434)
* cli: allow exec server to listen on a port and require token authentication For remote ssh on Windows where pipe forwarding doesn't work * fix linux build
This commit is contained in:
@@ -509,6 +509,8 @@ pub enum CodeError {
|
||||
ServerAuthRequired,
|
||||
#[error("challenge not yet issued")]
|
||||
AuthChallengeNotIssued,
|
||||
#[error("challenge token is invalid")]
|
||||
AuthChallengeBadToken,
|
||||
#[error("unauthorized client refused")]
|
||||
AuthMismatch,
|
||||
#[error("keyring communication timed out after 5s")]
|
||||
|
||||
Reference in New Issue
Block a user