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
With newer versions of CEF, brackets object initialization inside appshell_extensions.js is causing a crash in the app. So moved the initialization to Brackets side where Brackets variable is defined. This was required as we are moving to a later version of CEF, 2785 on Linux only.
@abhijitapte@boopeshmahendran Could you please review this PR?