Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to modify VSCode Activity Bar

I'm customizing VSCode and I need to modify Activity Bar, removing some icon and add one more icon to open extension which is now triggered by keyboard shortcut.

Does anybody have idea how to modify VSCode source code to accomplish that?

Is there any document helping me understand the source code of VSCode?

Any clue will be highly appreciated!

like image 218
Vincent.Li Avatar asked Oct 23 '25 14:10

Vincent.Li


1 Answers

You can right click on the activity bar and select which activity you wish to have in the activity bar.

enter image description here

like image 62
Yew Hong Tat Avatar answered Oct 26 '25 23:10

Yew Hong Tat