You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just removed the ending divider bar from menu. According to Adding menu items & keyboard shortcuts, it seems we only add one divider. So if new extension uses same menu it must separate its section by adding a separator.
Instead of using preferences to store recent projects, now the extension uses brackets in-built recent project list state.json -> recentProjects. This release also fixed issue #1 and now menu items are created properly and grouped together.