You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing the icon property shows the following error notification:
property `icon` is mandatory and must be of type `string`
"icon": "somethingRandom", results in no error notification and there is an invisible activity bar that works as if there was an icon. The console shows GET file:///C:/vscode_projects/testplanItemsApril/test-view-containers--48407/ net::ERR_FILE_NOT_FOUND
I'm not sure if it makes sense to render an activity bar in the second case and maybe it should also show an error notification like in the first one.
The text was updated successfully, but these errors were encountered:
Yes & No. I think most of our contributions that need icons assume that icon exists. If icon does not exist, then an issue should be filed against extension.
testing #48407
icon
property shows the following error notification:"icon": "somethingRandom"
, results in no error notification and there is an invisible activity bar that works as if there was an icon. The console showsGET file:///C:/vscode_projects/testplanItemsApril/test-view-containers--48407/ net::ERR_FILE_NOT_FOUND
I'm not sure if it makes sense to render an activity bar in the second case and maybe it should also show an error notification like in the first one.
The text was updated successfully, but these errors were encountered: