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 ebcf0be commit 065d72cCopy full SHA for 065d72c
src/vs/editor/browser/gpu/atlas/textureAtlasPage.ts
@@ -45,7 +45,7 @@ export class TextureAtlasPage extends Disposable implements IReadableTextureAtla
45
pageSize: number,
46
allocatorType: AllocatorType,
47
@ILogService private readonly _logService: ILogService,
48
- themeService: IThemeService,
+ @IThemeService themeService: IThemeService,
49
) {
50
super();
51
0 commit comments