Make messages more consistent

This commit is contained in:
Gordon
2021-04-10 17:35:54 +01:00
parent 5837c93284
commit 4035fd41ba
4 changed files with 11 additions and 11 deletions

View File

@ -88,7 +88,7 @@ export default class KanbnBoardPanel {
vscode.Uri.file(path.join(this._extensionPath, 'node_modules', 'vscode-codicons', 'dist'))
]
});
this._panel.iconPath = {
(this._panel as any).iconPath = {
light: vscode.Uri.file(path.join(this._extensionPath, 'resources', 'project_light.svg')),
dark: vscode.Uri.file(path.join(this._extensionPath, 'resources', 'project_dark.svg'))
};