提交 eb0c329b 编写于 作者: E Eric Amodio

Changes to vscode-icon://codicon/ format

上级 8b7d0268
......@@ -351,7 +351,7 @@ commandsExtensionPoint.setHandler(extensions => {
let absoluteIcon: { dark: URI; light?: URI; } | undefined;
if (icon) {
if (typeof icon === 'string') {
if (icon.indexOf('vscode-icon://vscode.codicons/') === 0) {
if (icon.indexOf('vscode-icon://codicon/') === 0) {
iconClassName = escape(`codicon-${URI.parse(icon).path.substr(1)}`);
}
else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册