I would like to hide/remove the "Outline view in explorer panel" feature.
Is there any settings for this?
Currently you can right click on the view title "OUTLINE" and select "hide".
(Edited)
Thank you, but my problem is that when I open VS Code it appears then I have to fold / hide it.
@cprogrammer1994 You can go to extension folder. ~.vscode\extensions\yzhang.markdown-all-in-one-0.10.3\package.json.
Search element "Views" and remove it from the JSON file.
Thank you!
I close this issue.
I realized it should be vscode feature to save "Hidden" state of any of the panels.
right click on outline then select hide option.
Currently you can right click on the view title "OUTLINE" and select "hide".
Sometime it can be so easy. Thank you 👍
right click on outline then select hide option.
how do i unhide it?

yeah see how folder is hided (in gray) I can't unhide it I tired right clicking but it won't give me the option to unhide folders.
You want to hide/unhide "Folders"? I don't think you can do that. (It is always present.)

You want to hide/unhide "Folders"? I don't think you can do that. (It is always present.)
(BTW, this extension provided an outline view a long time ago, which has been removed as VSCode implemented it. If you have more questions about hiding/unhiding views, probably you need to ask VSCode directly.)
You want to hide/unhide "Folders"? I don't think you can do that. (It is always present.)
(BTW, this extension provided an outline view a long time ago, which has been removed as VSCode implemented it. If you have more questions about hiding/unhiding views, probably you need to ask VSCode directly.)
thanks :D sorry didn't see the part where you said it is always present
Most helpful comment
Currently you can right click on the view title "OUTLINE" and select "hide".
(Edited)