Skip to content

Commit 065d72c

Browse files
committed
Add back missing DI decoration
1 parent ebcf0be commit 065d72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/browser/gpu/atlas/textureAtlasPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class TextureAtlasPage extends Disposable implements IReadableTextureAtla
4545
pageSize: number,
4646
allocatorType: AllocatorType,
4747
@ILogService private readonly _logService: ILogService,
48-
themeService: IThemeService,
48+
@IThemeService themeService: IThemeService,
4949
) {
5050
super();
5151

0 commit comments

Comments
 (0)