tomoki1207 / vscode-pdfviewer

Show PDF preview in VSCode.
https://marketplace.visualstudio.com/items/tomoki1207.pdf
Other
295 stars 70 forks source link

Preserve side bar state (opened/closed) on reload. #122

Open zamzterz opened 2 years ago

zamzterz commented 2 years ago

The event trigger had to be changed (from 'documentloaded' to 'documentinit') since the sidebar is re-opened after 'documentloaded' was fired.

Addresses the secondary discussion in #79, which mentions the sidebar state not being preserved on reload.