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
Steps to Reproduce using an extension that is listening to extensions.onDidChange
Store list of extensions.all
Disable an extension
When onDidChange fires the extension will not be in the list of extensions.all (comparing the two lists)
Re-enable the same extension.
When onDidChange fires not that the extension will still not be in the extensions.all list.
The above steps also works for uninstalling then reinstalling an extension. I've tested this with Polacode (a non theme extension) and a theme extension.
Does this issue occur when all extensions are disabled?: No as this is related to extensions.
Steps to Reproduce using an extension that is listening to
extensions.onDidChange
extensions.all
onDidChange
fires the extension will not be in the list ofextensions.all
(comparing the two lists)onDidChange
fires not that the extension will still not be in theextensions.all
list.The above steps also works for uninstalling then reinstalling an extension. I've tested this with Polacode (a non theme extension) and a theme extension.
Does this issue occur when all extensions are disabled?: No as this is related to extensions.
Related issues: #14444
The text was updated successfully, but these errors were encountered: