未验证 提交 092a2242 编写于 作者: M meganrogge

fix #125137

上级 2e8e8889
......@@ -904,14 +904,15 @@ declare module 'vscode' {
/**
* The icon path or {@link ThemeIcon} for the terminal.
*/
readonly iconPath?: Uri | { light: Uri; dark: Uri } | { id: string, color?: { id: string } };
readonly iconPath?: Uri | { light: Uri; dark: Uri } | ThemeIcon
}
export interface ExtensionTerminalOptions {
/**
* A themeIcon, Uri, or light and dark Uris to use as the terminal tab icon
*/
readonly iconPath?: Uri | { light: Uri; dark: Uri } | { id: string, color?: { id: string } };
readonly iconPath?: Uri | { light: Uri; dark: Uri } | ThemeIcon
}
//#endregion
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册