gettingStarted: make themeService protected (again) (#210058)

This commit is contained in:
Martin Aeschlimann 2024-04-10 16:26:31 +02:00 committed by GitHub
parent eef0da0b89
commit a4f9cbe2e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,7 +174,7 @@ export class GettingStartedPage extends EditorPane {
@ILanguageService private readonly languageService: ILanguageService,
@IFileService private readonly fileService: IFileService,
@IOpenerService private readonly openerService: IOpenerService,
@IWorkbenchThemeService public override readonly themeService: IWorkbenchThemeService,
@IWorkbenchThemeService protected override readonly themeService: IWorkbenchThemeService,
@IStorageService private storageService: IStorageService,
@IExtensionService private readonly extensionService: IExtensionService,
@IInstantiationService private readonly instantiationService: IInstantiationService,