vsmejkal / chrome-workspaces

Tab management Chrome extension
MIT License
51 stars 16 forks source link

unreachable workspace if plugin deleted #28

Closed buckelieg closed 6 months ago

buckelieg commented 11 months ago

Steps to reproduce: 1) install extension 2) create workspace in same window 3) uninstall extension 4) install extension 5) previously created workspace is not in the list

browser: Chrome 115

vsmejkal commented 6 months ago

Currently this is expected behavior. Uninstalling the extension removes the workspaces data. You need to create workspaces again if reinstalled.

In future it should be solved with Issue #18.