mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 19:29:17 +00:00
SCM - 💄some follow-up cleanup (#274193)
This commit is contained in:
@@ -5184,7 +5184,6 @@ export class CommandCenter {
|
||||
|
||||
@command('git.repositories.checkout', { repository: true })
|
||||
async artifactCheckout(repository: Repository, artifact: SourceControlArtifact): Promise<void> {
|
||||
console.log(repository, artifact);
|
||||
if (!repository || !artifact) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user