提交 0129c441 编写于 作者: P philip.nicolai

Use gitlab icon for gitlab tabs

上级 9705fff2
......@@ -118,6 +118,10 @@ async function create(issuable) {
const html = replaceResources(panel);
panel.webview.html = html;
lightIconUri = vscode.Uri.file(path.join(context.extensionPath, 'src', 'assets', 'images', 'light', 'gitlab-logo.svg'));
darkIconUri = vscode.Uri.file(path.join(context.extensionPath, 'src', 'assets', 'images', 'dark', 'gitlab-logo.svg'));
panel.iconPath = {light: lightIconUri, dark: darkIconUri};
panel.onDidChangeViewState(() => {
handleCreate(panel, issuable);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册