mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
relax supportThemeIcons
This commit is contained in:
@@ -1332,6 +1332,10 @@ export class MarkdownString implements vscode.MarkdownString {
|
||||
return this.#delegate.supportThemeIcons;
|
||||
}
|
||||
|
||||
set supportThemeIcons(value: boolean | undefined) {
|
||||
this.#delegate.supportThemeIcons = value;
|
||||
}
|
||||
|
||||
appendText(value: string): vscode.MarkdownString {
|
||||
this.#delegate.appendText(value);
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user