We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d551c82 commit fc61452Copy full SHA for fc61452
src/vs/workbench/contrib/scm/common/scm.ts
@@ -243,7 +243,3 @@ export interface ISCMViewService {
243
readonly activeRepository: IObservable<ISCMRepository | undefined>;
244
pinActiveRepository(repository: ISCMRepository | undefined): void;
245
}
246
-
247
-export const SCM_CHANGES_EDITOR_ID = 'workbench.editor.scmChangesEditor';
248
249
-export interface ISCMChangesEditor { }
0 commit comments