show bookmarks view in side bar automatically #576
-
Hi, One a side not, how can I define default view in the sidebar? For example, whenever I open VSCode right now it shows the Workspace view but how can I make it show bookmarks view by default? Thx. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @kumar007git , I’m not aware of any VS Code setting that defines such behavior, nor any API that could be used by an extension to force its view/side bar when some project is opened/created. On the other hand, VS Code stores the state of the workspace, and when you return to that workspace, it should reopen the same views/editors/panels you had before. I’ll take a closer look at VS Code API in order to locate a way to automatically display some view when opening a project. If there is one, I could create a setting for such behavior. I’ll post updates here whenever possible. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @kumar007git ,
I’m not aware of any VS Code setting that defines such behavior, nor any API that could be used by an extension to force its view/side bar when some project is opened/created.
On the other hand, VS Code stores the state of the workspace, and when you return to that workspace, it should reopen the same views/editors/panels you had before.
I’ll take a closer look at VS Code API in order to locate a way to automatically display some view when opening a project. If there is one, I could create a setting for such behavior. I’ll post updates here whenever possible.
Hope this helps