Comments editor

This commit is contained in:
Gordon
2021-04-06 22:00:56 +01:00
parent d889148e56
commit 7ea93c6290
7 changed files with 335 additions and 81 deletions

View File

@ -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) {