未验证 提交 6feab3e6 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #61304 from DakshMiglani/patch-4

whether instead of wheter
......@@ -55,7 +55,7 @@ export interface ITheme {
getColor(color: ColorIdentifier, useDefault?: boolean): Color | null;
/**
* Returns wheter the theme defines a value for the color. If not, that means the
* Returns whether the theme defines a value for the color. If not, that means the
* default color will be used.
*/
defines(color: ColorIdentifier): boolean;
......@@ -137,4 +137,4 @@ platform.Registry.add(Extensions.ThemingContribution, themingRegistry);
export function registerThemingParticipant(participant: IThemingParticipant): IDisposable {
return themingRegistry.onThemeChange(participant);
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册