formulahendry / vscode-ycy

超越鼓励师 for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=formulahendry.ycy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图片会自动更换吗

BryanYang opened this issue · comments

不会。现在代码是写死的。

            const imagePath = vscode.Uri.file(path.join(context.extensionPath, 'images', 'ycy0.png'))
                .with({ scheme: 'vscode-resource' });

最新版本已支持自定义图片。谢谢 @yoloyi