Every time the user starts Theia, the Explorer is folded in the left side, and there is no file openning in the middle area. So i want to open an explorer file automatically while Theia is started. Can i do that?
[original thread by AlwaysMing]
Every time the user starts Theia, the Explorer is folded in the left side, and there is no file openning in the middle area. So i want to open an explorer file automatically while Theia is started. Can i do that?
[original thread by AlwaysMing]
You need a custom extension implementing thing hook, then you inject FileNavigatorContirubution
and call contribution.openView
from this hook.