mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
🐛 remove the notion of active scm provider
introduces more changes to the SCM api fixes #23623 fixes #23676
This commit is contained in:
@@ -253,6 +253,9 @@ export abstract class MainProcessExtensionServiceShape {
|
||||
export interface SCMProviderFeatures {
|
||||
hasQuickDiffProvider?: boolean;
|
||||
count?: number;
|
||||
commitTemplate?: string;
|
||||
acceptInputCommand?: modes.Command;
|
||||
statusBarCommands?: modes.Command[];
|
||||
}
|
||||
|
||||
export interface SCMGroupFeatures {
|
||||
|
||||
Reference in New Issue
Block a user