File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/contrib/welcomeGettingStarted/browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ export class GettingStartedPage extends EditorPane {
174
174
@ILanguageService private readonly languageService : ILanguageService ,
175
175
@IFileService private readonly fileService : IFileService ,
176
176
@IOpenerService private readonly openerService : IOpenerService ,
177
- @IWorkbenchThemeService public override readonly themeService : IWorkbenchThemeService ,
177
+ @IWorkbenchThemeService protected override readonly themeService : IWorkbenchThemeService ,
178
178
@IStorageService private storageService : IStorageService ,
179
179
@IExtensionService private readonly extensionService : IExtensionService ,
180
180
@IInstantiationService private readonly instantiationService : IInstantiationService ,
You can’t perform that action at this time.
0 commit comments