boltex / leojs

Leo Literate Editor with Outline in Typescript
MIT License
23 stars 0 forks source link

LeoJS icon in sidebar missing in vsc but not vscodium #98

Closed tbpassin closed 6 months ago

tbpassin commented 6 months ago

I no longer see the LeoJS icon in the icon strip at the left of the VSC window. It's there in VSCodium. Without this icon, when I closed the last LeoJS window I could no longer use it until I restarted VSC. I didn't see a setting to restore the icon, and I don't know what if anything I did to cause the situation.

boltex commented 6 months ago

There is no code that shows/hide the icon nor any conditional logic on that. So its probably a misclick/right click issue. Those can also be dragged out to the other sidebar, etc.

Try right-clicking on the sidebar. It's probably just hidden (you can check/uncheck which ones are shown with the checkmark beside them.)

image

tbpassin commented 6 months ago

Right-clicking did the trick. Thanks!