Comments editor
This commit is contained in:
@ -102,6 +102,10 @@ export default class KanbnTaskPanel {
|
||||
vscode.Uri.file(path.join(this._extensionPath, 'node_modules', 'vscode-codicons', 'dist'))
|
||||
]
|
||||
});
|
||||
this._panel.iconPath = {
|
||||
light: vscode.Uri.file(path.join(this._extensionPath, 'resources', 'task_light.svg')),
|
||||
dark: vscode.Uri.file(path.join(this._extensionPath, 'resources', 'task_dark.svg'))
|
||||
};
|
||||
|
||||
// Set the webview's title to the kanbn task name
|
||||
if (this._taskId !== null) {
|
||||
|
Reference in New Issue
Block a user