mirror of
https://github.com/coder/code-server.git
synced 2025-08-01 19:30:05 +08:00
chore(vscode): update to 1.55.2
This commit is contained in:
@ -2246,8 +2246,8 @@ export class CommandCenter {
|
||||
return;
|
||||
}
|
||||
|
||||
await repository.addRemote(name, url);
|
||||
await repository.fetch(name);
|
||||
await repository.addRemote(name, url.trim());
|
||||
await repository.fetch({ remote: name });
|
||||
return name;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user