mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
strict null checks: extHostSCM
This commit is contained in:
@@ -582,7 +582,7 @@ export interface SCMProviderFeatures {
|
||||
count?: number;
|
||||
commitTemplate?: string;
|
||||
acceptInputCommand?: modes.Command;
|
||||
statusBarCommands?: modes.Command[];
|
||||
statusBarCommands?: CommandDto[];
|
||||
}
|
||||
|
||||
export interface SCMGroupFeatures {
|
||||
|
||||
Reference in New Issue
Block a user