mirror of
https://github.com/coder/code-server.git
synced 2026-05-26 14:17:28 +02:00
Update to VS Code 1.52.1
This commit is contained in:
@@ -357,7 +357,7 @@ export function registerAPICommands(extension: GitExtensionImpl): Disposable {
|
||||
return;
|
||||
}
|
||||
|
||||
return pickRemoteSource(extension.model, opts);
|
||||
return pickRemoteSource(extension.model, opts as any);
|
||||
}));
|
||||
|
||||
return Disposable.from(...disposables);
|
||||
|
||||
Reference in New Issue
Block a user