Skip to content

Commit 990eb06

Browse files
committed
Fix standalone compile error
1 parent f78d846 commit 990eb06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/editor/standalone/browser/standaloneThemeServiceImpl.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ class StandaloneTheme implements IStandaloneTheme {
4848
this._tokenTheme = null;
4949
}
5050

51+
public get label(): string {
52+
return this.themeName;
53+
}
54+
5155
public get base(): string {
5256
return this.themeData.base;
5357
}

0 commit comments

Comments
 (0)