mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
fix: --connection-token-file not functional in "code serve-web" (#223524)
Fixes #215537
This commit is contained in:
@@ -512,6 +512,8 @@ pub enum CodeError {
|
||||
// todo: can be specialized when update service is moved to CodeErrors
|
||||
#[error("Could not check for update: {0}")]
|
||||
UpdateCheckFailed(String),
|
||||
#[error("Could not read connection token file: {0}")]
|
||||
CouldNotReadConnectionTokenFile(std::io::Error),
|
||||
#[error("Could not write connection token file: {0}")]
|
||||
CouldNotCreateConnectionTokenFile(std::io::Error),
|
||||
#[error("A tunnel with the name {0} exists and is in-use. Please pick a different name or stop the existing tunnel.")]
|
||||
|
||||
Reference in New Issue
Block a user