提交 9dc0b9ce 编写于 作者: A Alex Ross

Update ThemeIcon2 proposal to expose themeColor

上级 0e04bb7b
......@@ -2165,7 +2165,12 @@ declare module 'vscode' {
/**
* The id of the icon. The available icons are listed in https://microsoft.github.io/vscode-codicons/dist/codicon.html.
*/
public readonly id: string;
readonly id: string;
/**
* The optional ThemeColor of the icon.
*/
readonly themeColor?: ThemeColor;
/**
* Creates a reference to a theme icon.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册