mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
✨ make SourceControlResourceState.command optional
This commit is contained in:
@@ -44,7 +44,7 @@ class MainThreadSCMResource implements ISCMResource {
|
||||
private groupHandle: number,
|
||||
private handle: number,
|
||||
public sourceUri: URI,
|
||||
public command: Command,
|
||||
public command: Command | undefined,
|
||||
public resourceGroup: ISCMResourceGroup,
|
||||
public decorations
|
||||
) { }
|
||||
|
||||
Reference in New Issue
Block a user