Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Dialog telling you to reload Brackets in order to update extensions is no longer shown #11552

Closed
marcelgerber opened this issue Aug 6, 2015 · 3 comments

Comments

@marcelgerber
Copy link
Contributor

  1. Open the Extension Manager
  2. Update one of your extensions (if you don't have any extension to update, edit the package.json of one so it'll show an update. For example, change brackets-git's local version to 0.14.27)
  3. Close the "Installation finished" dialog
  4. Close the Extension Manager

Result: No dialog shown
Expected: A dialog telling you to restart Brackets in order to actually update the extensions should be shown

Bisecting brackets-shell pointed me to adobe/brackets-shell@fd6738a as the culprit.
cc @zaggino @abose @nethip

May be Windows only. Confirmed on Windows (10) and OS X (El Capitan)

Windows 10, brackets-shell@release-1.4 (both custom built and downloaded one)

@marcelgerber
Copy link
Contributor Author

That's what it used to look like (Release 1.3 shell):
image

That's what it looks like now (Release 1.4 shell):
image

Look for the different values of installationStatus. It looks like ExtensionManager.updateFromDownload is now called later in time.

@zaggino zaggino assigned zaggino and unassigned zaggino Aug 6, 2015
@zaggino
Copy link
Contributor

zaggino commented Aug 6, 2015

@marcelgerber can you check the PR?

@abose
Copy link
Contributor

abose commented Aug 7, 2015

#11553 PR for fix to the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants
@zaggino @marcelgerber @abose and others